please work

This commit is contained in:
April John 2023-08-01 22:27:34 +02:00
parent 11c1586183
commit 76f7f1c6eb

View file

@ -57,11 +57,7 @@ COPY . ./
COPY --from=build /iceshrimp/packages/megalodon /iceshrimp/packages/megalodon
# Copy node modules
COPY --from=build /iceshrimp/node_modules /iceshrimp/node_modules
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 --from=build /iceshrimp/.yarn /iceshrimp/.yarn
# Copy the finished compiled files
COPY --from=build /iceshrimp/built /iceshrimp/built