Type4ny Project Initialize

This commit is contained in:
mattyatea 2024-07-01 09:33:26 +09:00
parent a6edd50a5d
commit 4e5f16cdf9
1988 changed files with 2400 additions and 2803 deletions

View file

@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
RUN corepack enable
WORKDIR /misskey
WORKDIR /type4ny
COPY --link ["pnpm-lock.yaml", "pnpm-workspace.yaml", "package.json", "./"]
COPY --link ["scripts", "./scripts"]
@ -48,7 +48,7 @@ RUN apt-get update \
RUN corepack enable
WORKDIR /misskey
WORKDIR /type4ny
COPY --link ["pnpm-lock.yaml", "pnpm-workspace.yaml", "package.json", "./"]
COPY --link ["scripts", "./scripts"]