fix backend docker build

This commit is contained in:
karmaking 2025-12-17 18:52:34 +01:00
parent 0b4825fc7c
commit cc888e4660

View File

@ -16,4 +16,4 @@ COPY --from=builder /home/node/app/dist-server /home/node/app
RUN mkdir /home/node/node_modules
COPY --from=builder /home/node/app/node_modules /home/node/node_modules
WORKDIR /home/node/app
CMD ["node", "app.js"]
CMD ["node", "server/app.js"]