Install and build
This commit is contained in:
parent
9aa7094b29
commit
26ec65ae6f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue