We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5551c9 commit d58c697Copy full SHA for d58c697
2 files changed
backend/src/auth-service/Dockerfile
@@ -12,7 +12,7 @@ RUN npx prisma generate
12
COPY tsconfig*.json nest-cli.json ./
13
14
COPY src ./src
15
-COPY scripts ./scripts
+# COPY scripts ./scripts
16
17
RUN npx nest build
18
backend/src/friends-service/Dockerfile
@@ -21,7 +21,7 @@ COPY --from=build /app/package.json ./package.json
21
22
COPY prisma ./prisma
23
24
25
26
COPY --chmod=700 entrypoint.sh /usr/local/bin/entrypoint.sh
27
0 commit comments