Spaces:
Sleeping
Sleeping
Commit
·
2688bd3
1
Parent(s):
da559f1
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -30,9 +30,9 @@ ENV HOME /home/user
|
|
| 30 |
WORKDIR $HOME
|
| 31 |
#RUN mkdir /usr/share/nginx/html/app
|
| 32 |
#RUN chown user /usr/share/nginx/html/app
|
| 33 |
-
COPY --chown=user:user . /
|
| 34 |
|
| 35 |
-
COPY --chown=user:user ./app /home/user/app
|
| 36 |
COPY ./default /etc/nginx/sites-available
|
| 37 |
#COPY --chown=user:user ./htpasswd /etc/nginx
|
| 38 |
|
|
|
|
| 30 |
WORKDIR $HOME
|
| 31 |
#RUN mkdir /usr/share/nginx/html/app
|
| 32 |
#RUN chown user /usr/share/nginx/html/app
|
| 33 |
+
COPY --chown=user:user . /home/user/app
|
| 34 |
|
| 35 |
+
#COPY --chown=user:user ./app /home/user/app
|
| 36 |
COPY ./default /etc/nginx/sites-available
|
| 37 |
#COPY --chown=user:user ./htpasswd /etc/nginx
|
| 38 |
|