mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
fix dockerfiles
This commit is contained in:
@@ -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"]
|
||||||
@@ -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"]
|
||||||
Reference in New Issue
Block a user