Added healthcheck to release container
This commit is contained in:
parent
6d4cf6feb6
commit
552cf4bf7b
2 changed files with 11 additions and 6 deletions
|
|
@ -1,12 +1,7 @@
|
|||
# We use a multi-stage build to end up with a very small final image
|
||||
FROM alpine:latest AS builder
|
||||
|
||||
ARG MODE
|
||||
ARG RUN_TESTS
|
||||
|
||||
ENV PATH "$PATH:/root/.cargo/bin"
|
||||
# Needed for proper compiling of openssl-dev
|
||||
ENV RUSTFLAGS="-C target-feature=-crt-static"
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
|
|||
Reference in a new issue