Browse Source

Update Dockerfile

pull/1247/head
valoomba 2 years ago
committed by GitHub
parent
commit
71d3cfc443
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Dockerfile

4
Dockerfile

@ -26,6 +26,4 @@ COPY --from=build_node_modules /node_modules /node_modules
# Copy the needed wg-password scripts
COPY --from=build_node_modules /app/wgpw.sh /bin/wgpw
# Update npm to latest
RUN npm install -g npm@latest
RUN chmod +x /bin/wgpw

Loading…
Cancel
Save