Skip to content

Commit d6a915f

Browse files
committed
revert changes and pray
1 parent e9032dd commit d6a915f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ COPY yarn.lock .
66
COPY tsconfig.build.json .
77
COPY ./src/backend/package.json src/backend/
88
COPY ./src/shared/package.json src/shared/
9-
RUN yarn plugin import workspace-tools
10-
RUN yarn workspace focus --production backend
9+
RUN yarn install
1110
COPY ./src/backend src/backend
1211
COPY ./src/shared src/shared
1312
RUN yarn prisma:generate

src/backend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"jsonwebtoken": "^8.5.1",
2626
"multer": "^1.4.5-lts.1",
2727
"nodemailer": "^6.9.1",
28-
"prisma": "^4.4.0",
2928
"shared": "1.0.0"
3029
},
3130
"devDependencies": {

0 commit comments

Comments
 (0)