Skip to content

Commit

Permalink
fix: update docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Mar 29, 2024
1 parent 96fda88 commit e8819e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ services:
client:
build: .
container_name: client
restart: always
volumes:
# Bind mount, read-only app
- ./:/app:ro
# Anonymous volume
- /app/node_modules
restart: unless-stopped
env_file:
- .env
environment:
- NODE_ENV=production
- DISCORD_BOT_TOKEN=
Expand Down

0 comments on commit e8819e2

Please sign in to comment.