Skip to content

Commit

Permalink
Merge pull request #24 from flashbots/issue-23-website-docker
Browse files Browse the repository at this point in the history
include website assets in dockerfile
  • Loading branch information
metachris authored Jan 5, 2024
2 parents 1d6f155 + 266bd88 commit 0c4cd53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ FROM alpine:latest
WORKDIR /app
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /build/relayscan /app/relayscan
COPY --from=builder /build/services/website/templates/ /app/services/website/templates/
COPY --from=builder /build/static/ /app/static/

ENV LISTEN_ADDR=":8080"
EXPOSE 8080
CMD ["/app/relayscan"]

0 comments on commit 0c4cd53

Please sign in to comment.