Skip to content

Commit

Permalink
fix(docker): docker build fails after the recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed May 16, 2024
1 parent 5ff8927 commit 11e0170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN apk add --no-cache git
RUN mkdir /app
ADD .git /app/.git
ADD ./docs /app/docs
# To fix: Could not resolve "../../electron/package.json" from "src/helpers.ts", we need to include this:
ADD ./packages/electron/package.json /app/packages/electron/package.json
ADD ./packages/ui /app/packages/ui/
ADD ./packages/web-standalone /app/web-standalone/
WORKDIR /app/packages/ui
Expand Down

0 comments on commit 11e0170

Please sign in to comment.