Change node base image for improved performance
This commit is contained in:
parent
1205933acd
commit
2dbc049f99
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:alpine
|
FROM node:slim
|
||||||
LABEL author="1Computer1"
|
LABEL author="1Computer1"
|
||||||
|
|
||||||
COPY run.sh /var/run/
|
COPY run.sh /var/run/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:alpine
|
FROM node:slim
|
||||||
LABEL author="1Computer1"
|
LABEL author="1Computer1"
|
||||||
|
|
||||||
RUN yarn global add typescript @types/node
|
RUN yarn global add typescript @types/node
|
||||||
|
|
Loading…
Reference in a new issue