diff --git a/Dockerfile b/Dockerfile index 265b78be..347c01ee 100644 --- a/Dockerfile +++ b/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