diff --git a/Dockerfile b/Dockerfile index e474c32..71e8b8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,3 @@ LABEL authors="tebarius" LABEL description="nginx_with_404_and_502_games" COPY ./games /usr/share/nginx/html -CMD ["nginx", "-g", "daemon off;"]