fix: rem localhost bind inside of container

This commit is contained in:
2026-05-26 22:05:50 +00:00
parent a035162a6b
commit 9b44356782
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ FROM oven/bun:1.3.11-alpine AS runner
WORKDIR /app/dist
ENV NODE_ENV=production
ENV HOST=localhost
ENV HOST=0.0.0.0
ENV PORT=3000
ENV DATABASE_PATH=/data/excalidraw.sqlite