Skip to content

Commit

Permalink
Fix Docker Compose volume
Browse files Browse the repository at this point in the history
Signed-off-by: Delemangi <[email protected]>
  • Loading branch information
Delemangi committed Jun 16, 2024
1 parent a3d5404 commit 953b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
database:
condition: service_healthy
volumes:
- ./assets:/app/assets
- ./assets:/assets
env_file:
- .env

Expand Down

0 comments on commit 953b748

Please sign in to comment.