added docker

This commit is contained in:
Simon Haas 2020-12-04 20:50:20 +00:00
parent c9d9730726
commit 7f58b72c8e
4 changed files with 32 additions and 2 deletions

3
docker/web/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nginx
COPY ./build/prod /usr/share/nginx/html