Browse Source

update: Dockerfile

pull/1330/head
tetuaoro 2 years ago
parent
commit
650b0864ed
  1. 4
      Dockerfile

4
Dockerfile

@ -22,10 +22,6 @@ HEALTHCHECK CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q
# Copy build # Copy build
COPY --from=build /app/.output /app COPY --from=build /app/.output /app
# Copy the needed wg-password scripts
COPY --from=build /app/wgpw.sh /bin/wgpw
RUN chmod +x /bin/wgpw
# Install Linux packages # Install Linux packages
RUN apk add --no-cache \ RUN apk add --no-cache \
dpkg \ dpkg \

Loading…
Cancel
Save