yes?
All checks were successful
Deploy Backend / deploy (push) Successful in 1m12s

This commit is contained in:
Lee 2024-10-04 23:05:45 +01:00
parent 0480481f00
commit 0203c9aa20

@ -22,4 +22,4 @@ RUN pnpm --filter ...backend build
EXPOSE 8080 EXPOSE 8080
# Command to run your app # Command to run your app
CMD ["node", "dist/main.js"] CMD ["node", "backend/dist/main.js"]