Skip to content

Commit

Permalink
squash this
Browse files Browse the repository at this point in the history
  • Loading branch information
Cijin committed Oct 12, 2024
1 parent f3ad529 commit 8fbf771
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ WORKDIR /app
COPY --from=tailwind-builder /app/public ./public
COPY --from=go-builder /app/server .
COPY --from=go-builder /app/migration .
COPY --from=go-builder /app/scripts/start.sh .

RUN chmod +x start.sh

ENTRYPOINT ["start.sh"]
CMD ["sh", "-c", "./migration && ./server"]

0 comments on commit 8fbf771

Please sign in to comment.