fix dockerfiles

This commit is contained in:
Emily
2025-02-14 17:15:38 +01:00
parent 50d275e0ff
commit 4c1d10f8b7
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ COPY --link ../consumer ./
RUN pnpm run build RUN pnpm run build
CMD ["node", "/home/app/consumer/dist/consumer/src/index.js"] CMD ["node", "/home/app/consumer/dist/index.js"]

View File

@@ -14,4 +14,4 @@ COPY --link ../producer ./
RUN pnpm run build RUN pnpm run build
CMD ["node", "/home/app/producer/dist/producer/src/index.js"] CMD ["node", "/home/app/producer/dist/index.js"]