Compare commits

...

1 Commits

Author SHA1 Message Date
Manuel 2dbc049f99
Change node base image for improved performance 2021-06-05 21:16:04 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:slim
LABEL author="1Computer1"
COPY run.sh /var/run/

View File

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:slim
LABEL author="1Computer1"
RUN yarn global add typescript @types/node