Skip to content

Commit

Permalink
Merge pull request #20 from BouyguesTelecom/fix/config-volume
Browse files Browse the repository at this point in the history
🐛 Fix config volume mount
  • Loading branch information
arnaud authored Jun 25, 2024
2 parents a093752 + fffea1a commit 8687449
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/graphql-mesh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ ENV NODE_TLS_REJECT_UNAUTHORIZED=0
ENV TS_NODE_FILES=true
ENV TS_NODE_TRANSPILE_ONLY=true

# swaggers sources
VOLUME /app/sources
VOLUME /app/config.yaml
VOLUME /app/transforms
VOLUME /app/plugins
VOLUME /app/resolvers
VOLUME /app/sources
VOLUME /app/transforms

CMD [ "npm", "run", "serve" ]

0 comments on commit 8687449

Please sign in to comment.