mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
a
This commit is contained in:
parent
85a1fa2103
commit
110ce538c3
|
|
@ -38,7 +38,6 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
|
|||
WORKDIR /app
|
||||
RUN bunx prisma generate
|
||||
RUN rm /usr/local/bin/node
|
||||
USER bun
|
||||
# CD to app
|
||||
WORKDIR /app
|
||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue