Updated to use the slim node-python package
This commit is contained in:
parent
42a9be107e
commit
b2fa4b6838
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.history
|
||||||
|
.history/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# FROM node:current-slim
|
# FROM node:current-slim
|
||||||
FROM martind2000/node-python3:16
|
FROM martind2000/node-python3:16-slim
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV VERSION ${VERSION:-development}
|
ENV VERSION ${VERSION:-development}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user