1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 17:11:25 +00:00

update ENTRYPOINT to CMD

This commit is contained in:
mattes
2014-08-14 17:44:46 +02:00
parent 77a6d5e8aa
commit cc3f0872ec

View File

@@ -9,4 +9,4 @@ ADD nginx.conf /etc/nginx/nginx.conf
ADD ./www-data /www-data
EXPOSE 80
ENTRYPOINT ["nginx"]
CMD ["nginx"]