Skip to content

Commit

Permalink
revert changes and pray
Browse files Browse the repository at this point in the history
  • Loading branch information
RChandler234 committed Sep 5, 2023
1 parent e9032dd commit d6a915f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ COPY yarn.lock .
COPY tsconfig.build.json .
COPY ./src/backend/package.json src/backend/
COPY ./src/shared/package.json src/shared/
RUN yarn plugin import workspace-tools
RUN yarn workspace focus --production backend
RUN yarn install
COPY ./src/backend src/backend
COPY ./src/shared src/shared
RUN yarn prisma:generate
Expand Down
1 change: 0 additions & 1 deletion src/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"prisma": "^4.4.0",
"shared": "1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d6a915f

Please sign in to comment.