run build

This commit is contained in:
hazycora 2024-05-22 22:58:52 -05:00
parent 1882d0493a
commit 8782f54a3d
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -33,6 +33,8 @@ RUN pnpm install --prod
COPY --chown=og:og . .
RUN pnpm run build
EXPOSE 8000
CMD ["pnpm", "run", "start"]