Change node base image for improved performance

This commit is contained in:
Manuel 2021-06-05 20:56:52 +02:00
parent 1205933acd
commit 2dbc049f99
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
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