Updated to use the slim node-python package #1

Merged
martin merged 1 commits from move-to-node-python-slim into dev 2022-08-23 15:55:07 +00:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
.DS_Store
.history
.history/

View File

@ -1,5 +1,5 @@
# FROM node:current-slim
FROM martind2000/node-python3:16
FROM martind2000/node-python3:16-slim
ARG VERSION
ENV VERSION ${VERSION:-development}