Skip to content

Commit

Permalink
revert again
Browse files Browse the repository at this point in the history
  • Loading branch information
RChandler234 committed Sep 5, 2023
1 parent 516a1e0 commit 264a5e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ COPY yarn.lock .
COPY tsconfig.build.json .
COPY ./src/backend/package.json src/backend/
COPY ./src/shared/package.json src/shared/
RUN cd src/backend/
RUN yarn install
RUN cd ../../
RUN cd src/shared/
RUN yarn install
RUN cd ../../
COPY ./src/backend src/backend
COPY ./src/shared src/shared
RUN yarn prisma:generate
Expand Down

0 comments on commit 264a5e5

Please sign in to comment.