mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
please work
This commit is contained in:
parent
11c1586183
commit
76f7f1c6eb
1 changed files with 1 additions and 5 deletions
|
@ -57,11 +57,7 @@ COPY . ./
|
||||||
COPY --from=build /iceshrimp/packages/megalodon /iceshrimp/packages/megalodon
|
COPY --from=build /iceshrimp/packages/megalodon /iceshrimp/packages/megalodon
|
||||||
|
|
||||||
# Copy node modules
|
# Copy node modules
|
||||||
COPY --from=build /iceshrimp/node_modules /iceshrimp/node_modules
|
COPY --from=build /iceshrimp/.yarn /iceshrimp/.yarn
|
||||||
COPY --from=build /iceshrimp/packages/backend/node_modules /iceshrimp/packages/backend/node_modules
|
|
||||||
COPY --from=build /iceshrimp/packages/sw/node_modules /iceshrimp/packages/sw/node_modules
|
|
||||||
COPY --from=build /iceshrimp/packages/client/node_modules /iceshrimp/packages/client/node_modules
|
|
||||||
COPY --from=build /iceshrimp/packages/iceshrimp-js/node_modules /iceshrimp/packages/iceshrimp-js/node_modules
|
|
||||||
|
|
||||||
# Copy the finished compiled files
|
# Copy the finished compiled files
|
||||||
COPY --from=build /iceshrimp/built /iceshrimp/built
|
COPY --from=build /iceshrimp/built /iceshrimp/built
|
||||||
|
|
Loading…
Reference in a new issue