make the docker build actually working

This commit is contained in:
Thomas Ruoff
2017-02-28 00:09:11 +01:00
parent 5eceb35987
commit e7834cd4ee
5 changed files with 45 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
FROM nginx:alpine
COPY ./build /usr/share/nginx/html
COPY ./api.conf /etc/nginx/conf.d/
COPY ./api.conf /etc/nginx/conf.d/default.conf