Skip to content

Commit 80ea8d4

Browse files
committed
Force Docker File Bruh
1 parent 90a351e commit 80ea8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY ./src/backend ./src/backend
66
COPY ./src/shared ./src/shared
77

88
# Install dependencies
9-
RUN yarn install --prod;
9+
RUN yarn install --force --prod;
1010

1111
# Run all build and preparation steps in a single RUN command
1212
RUN yarn prisma:generate && yarn build:backend && yarn build:shared

0 commit comments

Comments
 (0)