mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 05:33:40 -05:00
kinda working
This commit is contained in:
parent
e468e0b9ab
commit
35c2a98835
6 changed files with 36 additions and 17 deletions
|
|
@ -14,3 +14,5 @@ FROM base AS release
|
|||
COPY --from=install /temp/dev/node_modules node_modules
|
||||
COPY . .
|
||||
RUN bun --bun run build
|
||||
ENTRYPOINT ["bun", "--bun", "run", "preview", "--host"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue