Compare commits
No commits in common. "fix/node-run-time" and "master" have entirely different histories.
fix/node-r
...
master
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:slim
|
||||
FROM node:alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:slim
|
||||
FROM node:alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
RUN yarn global add typescript @types/node
|
||||
|
|
Loading…
Reference in a new issue