Skip to content

Commit

Permalink
Docker compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hgorges committed Sep 10, 2024
1 parent aeff258 commit febc514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format:check": "prettier . --check",
"format:fix": "prettier . --write",
"docker:up": "docker compose --env-file ./secrets/.env up",
"docker:down": "docker-compose --env-file ./secrets/.env down",
"docker:down": "docker compose --env-file ./secrets/.env down",
"docker:rmi": "docker rmi hgorges/daily-dash postgres redis",
"seed": "knex --knexfile ./dist/db/knexfile.js seed:run"
},
Expand Down

0 comments on commit febc514

Please sign in to comment.