Fix docker build?

This commit is contained in:
Laura Hausmann 2023-07-27 18:18:10 +02:00
parent ec7d9e9f26
commit ad2a7d7c57
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -40,7 +40,7 @@ RUN yarn workspace native-utils build
# Copy in the rest of the files to compile
COPY . ./
RUN env NODE_ENV=production sh -c "yarn workspaces foreach --exclude native-utils build && yarn gulp"
RUN env NODE_ENV=production sh -c "yarn workspaces foreach --exclude native-utils run build && yarn gulp"
# Trim down the dependencies to only those for production
RUN yarn workspaces focus --all --production