Skip to content

Commit

Permalink
Fix typo in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jan 19, 2024
1 parent 749014a commit 8dd472e
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 @@ -13,7 +13,7 @@ services:
# Optionally mount Cocoda repository so it won't need to be cloned again when the container is recreated
- ./data/cocoda.git:/root/cocoda/
# Optionally mount start.mjs script for development so that we can edit it without rebuilding the container
- ./start.mjs:/root/start.mjs
- ./setup.mjs:/root/setup.mjs
ports:
- 8091:80
environment:
Expand Down

0 comments on commit 8dd472e

Please sign in to comment.