Merge branch 'fix/node-run-time' into docker

This commit is contained in:
Manuel 2021-06-05 21:17:15 +02:00
commit 8e04bd9726
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 npm install --global --save-dev @swc/core @swc/register