Skip to content

Commit d5551c9

Browse files
authored
chore: Add scripts directory to Dockerfiles for auth-service and frie… (#69)
2 parents 27702c6 + 5750266 commit d5551c9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

backend/src/auth-service/Dockerfile

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

1414
COPY src ./src
15+
COPY scripts ./scripts
1516

1617
RUN npx nest build
1718

backend/src/friends-service/Dockerfile

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

2222
COPY prisma ./prisma
2323
COPY src ./src
24+
COPY scripts ./scripts
2425

2526
COPY --chmod=700 entrypoint.sh /usr/local/bin/entrypoint.sh
2627

0 commit comments

Comments
 (0)