Merge pull request #45 from richard-chim/master

Update python2 to python3 in Dockerfile
This commit is contained in:
Oleksandr Bordun 2022-06-08 08:49:13 +02:00 committed by GitHub
commit d8ce577a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM node:lts-alpine
RUN apk add --no-cache git python2 build-base
RUN apk add --no-cache git python3 build-base
RUN npm i -g --force yarn
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]