Compare commits

..

No commits in common. "fix/node-run-time" and "master" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:slim FROM node:alpine
LABEL author="1Computer1" LABEL author="1Computer1"
COPY run.sh /var/run/ COPY run.sh /var/run/

View file

@ -1,4 +1,4 @@
FROM node:slim FROM node:alpine
LABEL author="1Computer1" LABEL author="1Computer1"
RUN yarn global add typescript @types/node RUN yarn global add typescript @types/node