mirror of
https://github.com/franjsco/umbrello-bot
synced 2025-02-16 11:41:16 +01:00
edit Dockerfile
This commit is contained in:
parent
370cd910a5
commit
1a842a395e
@ -2,7 +2,7 @@ FROM alpine:3.10.2
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk add --update --no-cache nodejs npm
|
RUN apk add --update --no-cache nodejs=~10.16 npm=~10.16
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user