mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #11 from appinteractive/create_volumes_for_backend
Add volumes to use docker for development
This commit is contained in:
commit
99531a3f7b
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user