This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ FROM alpine:3.23.0
|
||||
RUN apk add --no-cache curl openssl bash
|
||||
|
||||
COPY --from=builder /app/backend .
|
||||
COPY --from=builder /app/scripts /etc/mnemosyne/scripts
|
||||
RUN chmod +x /etc/mnemosyne/scripts/generate-certs.sh
|
||||
#COPY --from=builder /app/scripts /etc/mnemosyne/scripts
|
||||
#RUN chmod +x /etc/mnemosyne/scripts/generate-certs.sh
|
||||
|
||||
EXPOSE 8080
|
||||
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD [ "curl --fail http://localhost:8080/health" ]
|
||||
|
||||
Reference in New Issue
Block a user