[PIE-14] More robust API proxy

This commit is contained in:
2025-08-13 17:28:32 +12:00
parent b8de3e82e9
commit daab7a25b6
4 changed files with 18 additions and 14 deletions

View File

@@ -9,5 +9,5 @@ ENV PUBLIC_URL=http://localhost:4321
RUN npm run build
EXPOSE 4321
CMD ["npm", "run", "dev", "--", "--host"]
# CMD [ "node", "dist/sever/entry.mjs"]
# CMD ["npm", "run", "dev", "--", "--host"]
CMD [ "npm", "run", "preview", "--", "--host" ]