This commit is contained in:
Zoe Roux
2022-11-29 21:04:14 +09:00
parent b20a4fa149
commit 27e309f04d
27 changed files with 2147 additions and 1042 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM node:16-alpine AS builder
RUN apk add git bash
WORKDIR /app
COPY .yarn ./.yarn
COPY .yarnrc.yml ./