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 40602bd commit ba74af8Copy full SHA for ba74af8
Dockerfile
@@ -40,4 +40,4 @@ COPY --from=prerelease /app/apps/client/dist ./apps/client/dist
40
ENV NODE_ENV=production
41
ENV PUBLIC_DIR=/app/apps/client/dist
42
43
-CMD cd apps/server && bunx gel migrate && node --enable-source-maps dist/main.js
+CMD cd apps/server && bun x gel migrate && node --enable-source-maps dist/main.js
0 commit comments