mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 09:01:33 +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
|
||||
ADD nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
ADD ./ /www-data
|
||||
ADD ./www-data /www-data
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["nginx"]
|
||||
ENTRYPOINT ["nginx"]
|
||||
|
Reference in New Issue
Block a user