Skip to content

Commit

Permalink
Added missing &&.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Nov 6, 2024
1 parent c7a2186 commit c4dea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY . .
RUN yarn --pure-lockfile --skip-integrity-check --network-timeout 100000 && \
yarn build:protocol && \
yarn build:extensions && \
yarn theia:browser build \
yarn theia:browser build && \
yarn autoclean --init && \
echo *.ts >> .yarnclean && \
echo *.ts.map >> .yarnclean && \
Expand Down

0 comments on commit c4dea64

Please sign in to comment.