mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 17:11:25 +00:00
moved index.html to www-data
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y nginx
|
RUN apt-get install -y nginx
|
||||||
ADD nginx.conf /etc/nginx/nginx.conf
|
ADD nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
ADD ./ /www-data
|
ADD ./www-data /www-data
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENTRYPOINT ["nginx"]
|
ENTRYPOINT ["nginx"]
|
||||||
|
Reference in New Issue
Block a user