Fix du docker-compose

This commit is contained in:
Feror 2026-02-03 16:39:32 +01:00
parent 23941e200d
commit ebdd4e48f1

View file

@ -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: