Skip to content

Commit

Permalink
docker: fix inconsistent order
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingKoopa committed Jan 15, 2024
1 parent c8feecd commit 3a2632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ services:

home:
<<: *node
container_name: 'home'
depends_on:
- 'prep'
- 'db'
container_name: 'home'
working_dir: '/home/node/app/home'
command: ['pnpm', 'run', 'dev', '--host']
ports:
Expand Down

0 comments on commit 3a2632b

Please sign in to comment.