Compare commits
1 commit
master
...
fix/node-r
Author | SHA1 | Date | |
---|---|---|---|
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