fix dockerfile

master
Иван Добринец 2025-11-17 12:34:33 +08:00
parent 097f6ada5f
commit 19e35e937c
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ WORKDIR /usr/src/app
COPY --from=builder /usr/src/app .
EXPOSE 3000
CMD [ "node", "app.js" ]
CMD [ "node", "server.js" ]