Skip to content

Commit

Permalink
commented uploadfiles line in docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Nishad <[email protected]>
  • Loading branch information
nishad-ayanworks committed Nov 9, 2023
1 parent 6a41e66 commit 5a8fc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.api-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY --from=build /app/dist/apps/api-gateway/ ./dist/apps/api-gateway/
# Copy the libs folder from the build stage
COPY --from=build /app/libs/ ./libs/
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/uploadedFiles ./uploadedFiles
# COPY --from=build /app/uploadedFiles ./uploadedFiles

# Set the command to run the microservice
CMD ["sh", "-c", "cd libs/prisma-service && npx prisma migrate deploy && npx prisma generate && cd ../.. && node dist/apps/api-gateway/main.js"]
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.issuance
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=build /app/dist/apps/issuance/ ./dist/apps/issuance/
COPY --from=build /app/libs/ ./libs/
#COPY --from=build /app/package.json ./
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/uploadedFiles ./uploadedFiles
# COPY --from=build /app/uploadedFiles ./uploadedFiles


# Set the command to run the microservice
Expand Down

0 comments on commit 5a8fc34

Please sign in to comment.