Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard authored Nov 10, 2024
1 parent b27e19c commit 84135ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/student/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:18-alpine AS builder
RUN apk add --no-cache libc6-compat git curl unzip

# Corepack 활성화 및 Yarn 설치
RUN corepack enable && corepack prepare [email protected] --activate

Expand Down

0 comments on commit 84135ab

Please sign in to comment.