fix goss check

This commit is contained in:
Christoph Haas 2020-11-13 09:10:21 +01:00
parent 5261cf9140
commit 63e9e7a618
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ RUN apt-get update && apt-get upgrade -y && \
chmod +rx /usr/local/bin/goss && \ chmod +rx /usr/local/bin/goss && \
goss --version goss --version
COPY --from=builder /build/dist/wg-portal /app/ COPY --from=builder /build/dist/wg-portal /app/wgportal
COPY --from=builder /build/dist/assets /app/assets COPY --from=builder /build/dist/assets /app/assets
COPY --from=builder /build/scripts /app/ COPY --from=builder /build/scripts /app/
@ -45,7 +45,7 @@ COPY --from=builder /build/scripts /app/
WORKDIR /app WORKDIR /app
# Command to run the executable # Command to run the executable
CMD [ "/app/wg-portal" ] CMD [ "/app/wgportal" ]
HEALTHCHECK --interval=1m --timeout=10s \ HEALTHCHECK --interval=1m --timeout=10s \
CMD /app/docker-healthcheck.sh CMD /app/docker-healthcheck.sh

View File

@ -1,3 +1,3 @@
process: process:
wg-portal: wgportal:
running: true running: true

View File

@ -1,3 +1,3 @@
process: process:
wg-portal: wgportal:
running: true running: true