We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python3
1 parent e22be08 commit 037edfcCopy full SHA for 037edfc
Dockerfile
@@ -3,6 +3,6 @@ FROM node:lts-alpine
3
WORKDIR /opt/proxy
4
5
COPY . .
6
-RUN npm install
+RUN apk add python3 && npm install
7
8
ENTRYPOINT [ "npm", "start" ]
0 commit comments