Skip to content

Commit

Permalink
Also add web workspace to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
klydra committed Jun 27, 2024
1 parent 18c64ca commit 64bb3c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN mkdir -p /app
WORKDIR /app

COPY api/ /app/api
RUN mkdir /app/web
RUN echo "{ \"name\": \"web\" }" > /app/web/package.json

COPY .env /app
COPY bun.lockb /app
COPY package.json /app
Expand Down

0 comments on commit 64bb3c9

Please sign in to comment.