mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 08:28:54 -04:00
Use yarn pnp as module linker (#2252)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
20a48b38d7
commit
6ba957585a
17 changed files with 271 additions and 7285 deletions
|
@ -28,7 +28,7 @@ COPY --chown=node .yarn/ .yarn/
|
|||
COPY --chown=node public/ public/
|
||||
COPY --chown=node --from=builder /usr/src/app/.next/ .next/
|
||||
USER node
|
||||
RUN yarn workspaces focus --all --production && rm -rf .yarn/cache
|
||||
RUN yarn workspaces focus --all --production
|
||||
|
||||
EXPOSE 3001/tcp
|
||||
CMD ["/usr/local/bin/yarn", "start:for-real-backend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue