mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add volumes to use docker for development
This commit is contained in:
parent
431f024430
commit
f3c0678611
@ -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:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user