mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
fix yarn docker
This commit is contained in:
parent
76f7f1c6eb
commit
ead753f372
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ COPY --from=build /iceshrimp/packages/backend/built /iceshrimp/packages/backend/
|
|||
COPY --from=build /iceshrimp/packages/backend/assets/instance.css /iceshrimp/packages/backend/assets/instance.css
|
||||
COPY --from=build /iceshrimp/packages/backend/native-utils/built /iceshrimp/packages/backend/native-utils/built
|
||||
|
||||
RUN corepack enable && corepack prepare yarn@latest --activate
|
||||
RUN corepack enable && corepack prepare yarn@stable --activate
|
||||
ENV NODE_ENV=production
|
||||
VOLUME "/iceshrimp/files"
|
||||
ENTRYPOINT [ "/sbin/tini", "--" ]
|
||||
|
|
Loading…
Reference in a new issue