Use bun dev in prod dockerfile until we have better

This commit is contained in:
Zoe Roux 2025-07-14 00:58:50 +02:00
parent 4a98b5ff27
commit bbe1ad4ef1
No known key found for this signature in database

View File

@ -5,6 +5,8 @@ COPY package.json bun.lock .
RUN bun install --production
COPY . .
RUN bun build
EXPOSE 8081
CMD ["bun", "dev"]
# TODO: Actually do something there, either nginx or preferably an ssr bun serv