Skip to content

Commit

Permalink
Merge pull request #22 from traP-jp/fix/docker-build
Browse files Browse the repository at this point in the history
🐛 docker build failed
  • Loading branch information
H1rono authored Dec 16, 2023
2 parents fd7550f + fdb91d2 commit c61cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get -y update \
&& apt-get -y install build-essential libssl-dev ca-certificates \
&& update-ca-certificates --fresh
WORKDIR /app
COPY --from=builder /app/target/debug/handler ./main
COPY --from=builder /app/target/debug/entrypoint ./main
COPY --from=builder /app/Rocket.toml ./Rocket.toml
COPY --from=builder /app/mock-assets ./mock-assets

Expand Down

0 comments on commit c61cebc

Please sign in to comment.