Add dockerfile
This commit is contained in:
parent
adacc54f2f
commit
f46330f032
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
# Copy files to nginx path
|
||||
#RUN cp -r dist/* /usr/share/nginx/html
|
||||
|
Loading…
Reference in a new issue