Updated Dockerfile

This commit is contained in:
114465 2024-02-05 19:07:48 -05:00
parent fa42f3bd5a
commit 01c08ebe42
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ COPY index.html /var/lib/nginx/html/index.html
COPY style.css /var/lib/nginx/html/style.css
COPY nginx.conf /etc/nginx/nginx.conf
CMD ["nginx"]
CMD ["/etc/init.d/nginx start"]
EXPOSE 80