Skip to content

Commit

Permalink
fix: 🚀 fix misfromatted dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Nov 26, 2023
1 parent cafd3cc commit 3f65ca7
Show file tree
Hide file tree
Showing 10 changed files with 735 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ WORKDIR /config
WORKDIR /cert
COPY ./*.pem .
WORKDIR /backend
COPY --from=builder /usr/local/cargo/bin/backend /
COPY --from=builder /usr/local/cargo/bin/backend /backend

CMD ["/backend/backend"]
Loading

0 comments on commit 3f65ca7

Please sign in to comment.