We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba121c commit f5d8948Copy full SHA for f5d8948
packages/teacher/Dockerfile
@@ -1,5 +1,6 @@
1
FROM node:18-alpine AS builder
2
RUN apk add --no-cache libc6-compat git curl unzip
3
+
4
# Corepack 활성화 및 Yarn 설치
5
RUN corepack enable && corepack prepare [email protected] --activate
6
0 commit comments