Use fixed nginx tag & remove wrong error_log directive

This commit is contained in:
saibotk 2020-06-29 00:46:42 +02:00
parent cdeeab365f
commit a0c87bd7bf
No known key found for this signature in database
GPG key ID: A3299C587D5DF523
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM nginx:alpine
FROM nginx:1.19.0-alpine
COPY ./public/ /usr/share/nginx/html/

View file

@ -20,7 +20,6 @@ server {
server_name saibotk.de;
access_log off;
error_log off;
expires $expires;
charset UTF-8;