Update dockerfile
This commit is contained in:
parent
aab3a2ddce
commit
b5fd20e3ff
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
# Copy files to nginx path
|
# Copy files to nginx path
|
||||||
RUN cp -r * /usr/share/nginx/html
|
RUN cp index.html /usr/share/nginx/html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue