Fix du docker-compose
This commit is contained in:
parent
23941e200d
commit
ebdd4e48f1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ services:
|
||||||
app:
|
app:
|
||||||
image: oven/bun:latest
|
image: oven/bun:latest
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: bun install && bun run index.ts
|
command: sh -lc "bun install && bun run index.ts"
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-3000}:${PORT:-3000}"
|
- "${PORT:-3000}:${PORT:-3000}"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue