Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,6 @@ ENV HOME=/usr/share/nginx/html
|
|
| 7 |
WORKDIR $HOME
|
| 8 |
|
| 9 |
COPY nginx.conf /etc/nginx/conf.d/
|
| 10 |
-
COPY templates $HOME/
|
|
|
|
|
|
|
|
|
| 7 |
WORKDIR $HOME
|
| 8 |
|
| 9 |
COPY nginx.conf /etc/nginx/conf.d/
|
| 10 |
+
COPY templates $HOME/templates
|
| 11 |
+
|
| 12 |
+
RUN cd /usr/share/nginx/html && ls
|