Skip to content

Commit

Permalink
Minor client env file change
Browse files Browse the repository at this point in the history
  • Loading branch information
Astitva committed Apr 6, 2024
1 parent fcccc54 commit 3f7659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
dockerfile: ${DTAAS_DIR}/docker/dev/client.dockerfile
restart: unless-stopped
volumes:
- "${DTAAS_DIR}/client/config/local.js:/dtaas/client/build/env.js"
- "${DTAAS_DIR}/deploy/config/client/env.local.js:/dtaas/client/build/env.js"
labels:
- "traefik.enable=true"
- "traefik.http.routers.client.entryPoints=web"
Expand Down

0 comments on commit 3f7659e

Please sign in to comment.