are you fucking kidding me is that all it took

This commit is contained in:
June 2025-08-12 21:58:14 +12:00
parent 776019182d
commit cb8be12b63
Signed by: breadone
GPG Key ID: FDC19FE143200483

View File

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