We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fbb1d commit 1432316Copy full SHA for 1432316
Dockerfile
@@ -38,5 +38,5 @@ RUN mkdir -p .next && chown -R bun:bun .
38
# run the app
39
USER bun
40
EXPOSE 3000/tcp
41
-RUN bun db:migrate
+# RUN bun db:migrate
42
ENTRYPOINT [ "bun", "run", "dev" ]
0 commit comments