Skip to content

Commit

Permalink
Merge pull request #5 from traP-jp/fix/dockerfile
Browse files Browse the repository at this point in the history
🔧 Contain Rocket.toml in Runtime Image
  • Loading branch information
H1rono authored Dec 13, 2023
2 parents c5441bb + 486359f commit 14e2a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get -y update \
&& update-ca-certificates --fresh
WORKDIR /app
COPY --from=builder /app/target/debug/handler ./main
COPY --from=builder /app/Rocket.toml ./Rocket.toml

# TODO: migration

Expand Down

0 comments on commit 14e2a62

Please sign in to comment.