mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 09:01:33 +00:00
update ENTRYPOINT to CMD
This commit is contained in:
@@ -9,4 +9,4 @@ ADD nginx.conf /etc/nginx/nginx.conf
|
|||||||
ADD ./www-data /www-data
|
ADD ./www-data /www-data
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENTRYPOINT ["nginx"]
|
CMD ["nginx"]
|
||||||
|
Reference in New Issue
Block a user