Merge pull request #11 from appinteractive/create_volumes_for_backend

Add volumes to use docker for development
This commit is contained in:
Grzegorz Leoniec 2018-11-01 23:49:16 +01:00 committed by GitHub
commit 99531a3f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LABEL Description="Server part of the social network Human Connection" Vendor="H
# expose the app port
EXPOSE 4000
ARG WORKDIR=/HC-Server
ARG WORKDIR=/Backend
RUN mkdir -p $WORKDIR
WORKDIR $WORKDIR

View File

@ -17,6 +17,9 @@ services:
- CLIENT_URI=http://localhost:3000
- JWT_SECRET=b/&&7b78BF&fv/Vd
- MOCK=false
volumes:
- .:/Backend
- /Backend/node_modules
neo4j:
ports: