chore: add docker configs

This commit is contained in:
alxshelepenok
2019-07-19 21:46:06 +03:00
parent 0d1a62d655
commit ae22bd963a
5 changed files with 55 additions and 0 deletions

6
Dockerfile.development Normal file
View File

@@ -0,0 +1,6 @@
FROM node:alpine
EXPOSE 8000
VOLUME /usr/src/app
WORKDIR /usr/src/app