Skip to content

Commit

Permalink
backend: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Nov 3, 2024
1 parent 49a39ee commit 9b608bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ RUN apk add --no-cache openssl3 libgcc libstdc++ ca-certificates

COPY --from=builder /usr/src/backend/target/release/backend /usr/local/bin/backend

CMD ["backend"]
RUN chmod +x /usr/local/bin/backend

CMD ["/usr/local/bin/backend"]

0 comments on commit 9b608bc

Please sign in to comment.