diff --git a/Dockerfile b/Dockerfile index a9493ba..c8fc7f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,4 @@ EXPOSE 80 EXPOSE 443 # Fetch repo -CMD ["entrypoint.sh"] -# -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["entrypoint.sh"] \ No newline at end of file