Skip to content

Commit d58c697

Browse files
committed
chore: Comment out scripts directory copy in Dockerfiles for auth-service and friends-service
1 parent d5551c9 commit d58c697

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/src/auth-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN npx prisma generate
1212
COPY tsconfig*.json nest-cli.json ./
1313

1414
COPY src ./src
15-
COPY scripts ./scripts
15+
# COPY scripts ./scripts
1616

1717
RUN npx nest build
1818

backend/src/friends-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY --from=build /app/package.json ./package.json
2121

2222
COPY prisma ./prisma
2323
COPY src ./src
24-
COPY scripts ./scripts
24+
# COPY scripts ./scripts
2525

2626
COPY --chmod=700 entrypoint.sh /usr/local/bin/entrypoint.sh
2727

0 commit comments

Comments
 (0)