1
0
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:
Matthias Kadenbach
2014-07-10 02:59:26 +02:00
parent 0263421192
commit 77a6d5e8aa
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]