mirror of
https://github.com/franjsco/umbrello-bot
synced 2025-06-05 21:49:11 +02:00
edit Dockerfile
This commit is contained in:
@ -2,7 +2,7 @@ FROM alpine:3.10.2
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --update --no-cache nodejs npm
|
||||
RUN apk add --update --no-cache nodejs=~10.16 npm=~10.16
|
||||
|
||||
COPY . /app/
|
||||
RUN npm install
|
||||
|
Reference in New Issue
Block a user