mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-31 14:33:50 -04:00
Use bun dev in prod dockerfile until we have better
This commit is contained in:
parent
4a98b5ff27
commit
bbe1ad4ef1
@ -5,6 +5,8 @@ COPY package.json bun.lock .
|
|||||||
RUN bun install --production
|
RUN bun install --production
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN bun build
|
|
||||||
|
EXPOSE 8081
|
||||||
|
CMD ["bun", "dev"]
|
||||||
|
|
||||||
# TODO: Actually do something there, either nginx or preferably an ssr bun serv
|
# TODO: Actually do something there, either nginx or preferably an ssr bun serv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user