Compare commits

..

No commits in common. "04b3a20bf70bcf633b12eed230c8123d7706eeb1" and "42a9be107e3fa77f2f10a23fb92aa23e6feb87bb" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

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