Skip to content

Commit

Permalink
fix(tup-cms): build tup-ui fails inside docker
Browse files Browse the repository at this point in the history
In `epic/TUP-700…` branch:
1. `npm ci`
2. `npx nx build tup-cms`
3. Error building core-components as required by `npx nx build tup-ui`.

In `main` branch:
1. `npm ci`
2. `npx nx build tup-cms`
3. No error.
  • Loading branch information
wesleyboar committed Oct 18, 2024
1 parent bb8571d commit 607b2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tup-cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 as node_build
FROM --platform=linux/amd64 node:20 as node_build
COPY package.json package-lock.json /code/
WORKDIR /code
RUN npm ci
Expand Down

0 comments on commit 607b2e9

Please sign in to comment.