Skip to content

Commit

Permalink
fix: docker assets/ 404
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Mar 10, 2024
1 parent 716e859 commit a722502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ FROM debian:buster-slim

# Copy the binary from the builder stage to the new stage
COPY --from=builder /usr/src/app/target/x86_64-unknown-linux-musl/release/stoic-quotes /usr/local/bin/stoic-quotes
# Copy the assets/ from the builder stage to the new stage
COPY --from=builder /usr/src/app/assets/ /usr/local/bin/stoic-quotes

# Expose port 3000
EXPOSE 3000
Expand Down

0 comments on commit a722502

Please sign in to comment.