This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
# 1. Install dependencies and build the project
|
# 1. Install dependencies and build the project
|
||||||
FROM alpine:latest AS builder
|
FROM alpine:latest AS builder
|
||||||
|
|
||||||
# Enable Corepack
|
# Install node and yarn
|
||||||
RUN corepack enable
|
|
||||||
|
|
||||||
# Set Yarn to the latest stable version
|
|
||||||
RUN apk add --no-cache nodejs yarn
|
RUN apk add --no-cache nodejs yarn
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user