Skip to content

Commit 989fb6f

Browse files
committed
Try using HOST=
1 parent 24bffe8 commit 989fb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ COPY --from=builder /build/src/lib/prisma/migrations /app/node_modules/.prisma/c
4040

4141
EXPOSE 80
4242
ENV PORT=80
43+
ENV HOST=0.0.0.0
4344
CMD ["sh", "-c", "npx prisma migrate deploy --schema=./node_modules/.prisma/client/schema.prisma && node index.js"]

0 commit comments

Comments
 (0)