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