mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-23 07:03:50 -05:00
fix goss check
This commit is contained in:
parent
5261cf9140
commit
63e9e7a618
@ -37,7 +37,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
chmod +rx /usr/local/bin/goss && \
|
||||
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/scripts /app/
|
||||
|
||||
@ -45,7 +45,7 @@ COPY --from=builder /build/scripts /app/
|
||||
WORKDIR /app
|
||||
|
||||
# Command to run the executable
|
||||
CMD [ "/app/wg-portal" ]
|
||||
CMD [ "/app/wgportal" ]
|
||||
|
||||
HEALTHCHECK --interval=1m --timeout=10s \
|
||||
CMD /app/docker-healthcheck.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
process:
|
||||
wg-portal:
|
||||
wgportal:
|
||||
running: true
|
@ -1,3 +1,3 @@
|
||||
process:
|
||||
wg-portal:
|
||||
wgportal:
|
||||
running: true
|
Loading…
Reference in New Issue
Block a user