Skip to content

Commit 5be7095

Browse files
committed
feat: use start.sh v2
1 parent b2355c3 commit 5be7095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ COPY --from=builder /usr/src/app/prisma ./prisma
2424
COPY --from=builder /usr/src/app/package.json ./
2525
COPY --from=builder /usr/src/app/start.sh ./
2626

27+
RUN chmod +x start.sh
28+
2729
USER bun
2830
EXPOSE 3000/tcp
2931

30-
RUN chmod +x start.sh
3132
CMD ["./start.sh"]

0 commit comments

Comments
 (0)