fixed dockerfile

This commit is contained in:
Jacob Delgado 2024-08-21 14:19:37 -07:00
parent ae71e6eada
commit 505073bd93

View File

@ -13,6 +13,6 @@ COPY . .
# EXPOSE 3000
EXPOSE 3003
RUN bun run build
RUN bun next build
# CMD ["bun", "dev", "--host"]
CMD ["bun", "run", "start", "--host", "0.0.0.0"]
CMD ["bun", "start"]