Skip to content

Commit 8fbf771

Browse files
committedOct 12, 2024··
squash this
1 parent f3ad529 commit 8fbf771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ WORKDIR /app
2323
COPY --from=tailwind-builder /app/public ./public
2424
COPY --from=go-builder /app/server .
2525
COPY --from=go-builder /app/migration .
26-
COPY --from=go-builder /app/scripts/start.sh .
2726

28-
RUN chmod +x start.sh
29-
30-
ENTRYPOINT ["start.sh"]
27+
CMD ["sh", "-c", "./migration && ./server"]

0 commit comments

Comments
 (0)
Please sign in to comment.