SKProCH
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -25,7 +25,7 @@ RUN apk add linux-headers build-base git && \ |
|
|
FROM docker.io/library/node:jod-alpine |
|
|
FROM docker.io/library/node:jod-alpine |
|
|
WORKDIR /app |
|
|
WORKDIR /app |
|
|
|
|
|
|
|
|
HEALTHCHECK --interval=1m --timeout=5s --retries=3 CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || exit 1" |
|
|
HEALTHCHECK --interval=1m --timeout=5s --retries=3 CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || /usr/bin/awg show | /bin/grep -q interface || exit 1" |
|
|
|
|
|
|
|
|
# Copy build |
|
|
# Copy build |
|
|
COPY --from=build /app/.output /app |
|
|
COPY --from=build /app/.output /app |
|
|
|