Skip to content

Commit

Permalink
fix config mount
Browse files Browse the repository at this point in the history
  • Loading branch information
hafiziruslan committed Aug 2, 2024
1 parent 7c7c1fb commit 6dc9109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
context: .
volumes:
- ./config.ts:/usr/src/wpp-server/src/config.ts
- ./config.js:/usr/src/wpp-server/dist/config.js
- ./tokens:/usr/src/wpp-server/tokens
ports:
- "21465:21465"

0 comments on commit 6dc9109

Please sign in to comment.