imgar commited on
Commit
11badcc
·
1 Parent(s): bf8cd4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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