add curl for health check

This commit is contained in:
Niccolo Borgioli 2023-06-23 10:15:14 +02:00
parent c9e5de0f37
commit 97741ed73f
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN cargo build --release
# RUNNER
FROM alpine
WORKDIR /app
RUN apk add --no-cache curl
COPY --from=backend /tmp/target/release/cryptgeon .
COPY --from=client /tmp/packages/frontend/build ./frontend
ENV FRONTEND_PATH="./frontend"