mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
fix backend docker build
This commit is contained in:
parent
6b6c22d52e
commit
100a79ce70
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user