Skip to content

Commit

Permalink
Chore: frontend build failed due to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Apr 3, 2024
1 parent 2a9c000 commit 9965778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY packages packages
COPY plugins-bundled plugins-bundled
COPY public public

RUN apk add --no-cache make build-base python3

RUN yarn install --immutable

COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
Expand Down Expand Up @@ -67,7 +69,7 @@ COPY public/api-merged.json public/api-merged.json
COPY pkg pkg
COPY scripts scripts
COPY conf conf
COPY .github .github
#COPY .github .github
COPY LICENSE ./

ENV COMMIT_SHA=${COMMIT_SHA}
Expand Down

0 comments on commit 9965778

Please sign in to comment.