We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bffe8 commit 989fb6fCopy full SHA for 989fb6f
Dockerfile
@@ -40,4 +40,5 @@ COPY --from=builder /build/src/lib/prisma/migrations /app/node_modules/.prisma/c
40
41
EXPOSE 80
42
ENV PORT=80
43
+ENV HOST=0.0.0.0
44
CMD ["sh", "-c", "npx prisma migrate deploy --schema=./node_modules/.prisma/client/schema.prisma && node index.js"]
0 commit comments