Install and build

This commit is contained in:
Korbs 2024-09-24 14:36:29 -04:00
parent 9aa7094b29
commit 26ec65ae6f

View file

@ -4,6 +4,7 @@ WORKDIR /app
COPY . . COPY . .
RUN bun install RUN bun install
RUN bun run build
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0
ENV PORT=4321 ENV PORT=4321