This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
FROM alpine:latest AS builder
|
||||
|
||||
# Install node and yarn
|
||||
RUN apk add --no-cache nodejs yarn
|
||||
RUN apk add --no-cache nodejs npm
|
||||
RUN npm install -g yarn
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user