Merge branch 'fix/node-run-time' into docker
This commit is contained in:
commit
8e04bd9726
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 npm install --global --save-dev @swc/core @swc/register
|
RUN npm install --global --save-dev @swc/core @swc/register
|
||||||
|
|
Loading…
Reference in a new issue