fix bad copy
This commit is contained in:
parent
29b5b2753c
commit
f0493e9d4b
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ COPY footer.html .
|
||||||
|
|
||||||
RUN ./generate.sh -o
|
RUN ./generate.sh -o
|
||||||
|
|
||||||
COPY www/ /usr/share/nginx/html/
|
RUN cp -r www/* /usr/share/nginx/html/
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
Loading…
Reference in a new issue