Skip to content

Commit

Permalink
dockerfile- add git to final image
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Apr 12, 2021
1 parent e3341ff commit 2dd3ec9
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 @@ -8,6 +8,7 @@ FROM alpine
COPY --from=golang /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=golang /app/zigmod /bin/zigmod
COPY --from=golang /app/aquila /app/aquila
RUN apk add --no-cache git

VOLUME /data
ENTRYPOINT ["/app/aquila", "--port", "8000", "--config", "/data/config.json"]

0 comments on commit 2dd3ec9

Please sign in to comment.