Skip to content

Commit f5d8948

Browse files
authored
Update Dockerfile
1 parent fba121c commit f5d8948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/teacher/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM node:18-alpine AS builder
22
RUN apk add --no-cache libc6-compat git curl unzip
3+
34
# Corepack 활성화 및 Yarn 설치
45
RUN corepack enable && corepack prepare [email protected] --activate
56

0 commit comments

Comments
 (0)