1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Tools: Also build Docker image using sequential build

This commit is contained in:
Laurent Cozic 2022-01-01 15:28:33 +01:00
parent f2168d3bca
commit fe770917fd

View File

@ -82,7 +82,7 @@ COPY --chown=$user:$user packages/server ./packages/server
# packages (but because it's already done it should be fast), and then run the
# postinstall scripts, as well as build scripts.
RUN yarn install
RUN BUILD_SEQUENCIAL=1 yarn install
ENV RUNNING_IN_DOCKER=1
EXPOSE ${APP_PORT}