We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9493b80 commit 56ccc28Copy full SHA for 56ccc28
Dockerfile
@@ -24,7 +24,7 @@ COPY . .
24
# [optional] tests & build
25
ENV NODE_ENV=production
26
RUN bun test
27
-RUN bun run build
+# RUN bun run build
28
29
# copy production dependencies and source code into final image
30
FROM base AS release
@@ -35,4 +35,4 @@ COPY --from=prerelease /usr/src/app/package.json .
35
# run the app
36
USER bun
37
EXPOSE 3000/tcp
38
-ENTRYPOINT [ "bun", "run", "index.ts" ]
+ENTRYPOINT [ "bun", "run", "dev" ]
0 commit comments