summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-03-25 08:20:34 +0100
committerKagami Sascha Rosylight <saschanaz@outlook.com>2023-03-25 08:20:34 +0100
commitabdb43c440e2a1349585c7fbbcd4c5ef38b11604 (patch)
tree9c4d37a3eeb902b65f0d8e487106282a11578ec7 /Dockerfile
parentAdditional changes for the merge (diff)
downloadsharkey-abdb43c440e2a1349585c7fbbcd4c5ef38b11604.tar.gz
sharkey-abdb43c440e2a1349585c7fbbcd4c5ef38b11604.tar.bz2
sharkey-abdb43c440e2a1349585c7fbbcd4c5ef38b11604.zip
Revert "Additional changes for the merge"
This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8db7400c9f..fd0b5e1c9f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,6 @@ COPY --link ["scripts", "./scripts"]
COPY --link ["packages/backend/package.json", "./packages/backend/"]
COPY --link ["packages/frontend/package.json", "./packages/frontend/"]
COPY --link ["packages/sw/package.json", "./packages/sw/"]
-COPY --link ["packages/misskey-js/package.json", "./packages/misskey-js/"]
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm i --frozen-lockfile --aggregate-output