Skip to content

Commit

Permalink
fix(misc/wireworld): Dockerfile 中添加安装依赖命令
Browse files Browse the repository at this point in the history
  • Loading branch information
13m0n4de committed Oct 20, 2024
1 parent 9030303 commit 0bf7fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/wireworld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY frontend /app

WORKDIR /app

RUN yarn run build
RUN yarn install && yarn run build

FROM python:3.12-alpine

Expand Down

0 comments on commit 0bf7fee

Please sign in to comment.