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