Skip to content

Commit

Permalink
fix relative pathing issue for docker-compose cf ClusterHQ/dvol#67
Browse files Browse the repository at this point in the history
  • Loading branch information
csjiang committed Nov 5, 2021
1 parent 0d60281 commit c3d7520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator-node/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- '${CREATOR_NODE_HOST_PORT}:${CREATOR_NODE_HOST_PORT}'
- '${CREATOR_NODE_DEBUGGER_PORT}:${CREATOR_NODE_DEBUGGER_PORT}'
volumes:
- env/tmp/file-storage-${serviceNumber}:/file_storage
- ./env/tmp/file-storage-${serviceNumber}:/file_storage
- ..:/usr/src/app
# Prevent hiding node_modules on container with host volume
# From https://github.com/barrysteyn/node-scrypt/issues/148
Expand Down

0 comments on commit c3d7520

Please sign in to comment.