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