Skip to content

Commit

Permalink
fixup! fixup! fixup! fix: build and test failures caused by @devfile/api
Browse files Browse the repository at this point in the history
  • Loading branch information
akurinnoy committed Dec 13, 2024
1 parent 220c14b commit cceb086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ COPY ${FRONTEND}/package.json /dashboard/${FRONTEND}/
ENV BACKEND=packages/dashboard-backend
COPY ${BACKEND}/package.json /dashboard/${BACKEND}/

ENV DEVFILE_API=packages/devfile-api
COPY ${DEVFILE_API}/package.json /dashboard/${DEVFILE_API}/

WORKDIR /dashboard
RUN yarn install --network-timeout 3600000
COPY packages/ /dashboard/packages
Expand Down

0 comments on commit cceb086

Please sign in to comment.