Updated Dockerfile

This commit is contained in:
114465 2024-02-05 19:22:25 -05:00
parent 01c08ebe42
commit 47cff4b4b0
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 ["/etc/init.d/nginx start"]
CMD ["/usr/sbin/nginx"]
EXPOSE 80