Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aburtasov committed Oct 1, 2024
1 parent c4ec1e7 commit cda45b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ FROM alpine:latest

RUN apk --no-cache add ca-certificates

ENV FIB_HTTPADDR=":8080"

ENV FIB_DBADDR="redis:6379"

COPY --from=builder /build/bin/fibsrv /usr/local/bin/fibsrv

ENTRYPOINT ["/usr/local/bin/fibsrv"]
CMD ["/usr/local/bin/fibsrv"]

0 comments on commit cda45b4

Please sign in to comment.