mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 00:48:18 +01:00
Edit Dockerfile
This commit is contained in:
parent
9953754a1a
commit
3f6f4400ee
|
|
@ -36,6 +36,8 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
|
|||
|
||||
# run the app
|
||||
USER bun
|
||||
# CD to app
|
||||
WORKDIR /app
|
||||
RUN bunx prisma generate
|
||||
# Remove Node
|
||||
USER root
|
||||
|
|
|
|||
Loading…
Reference in a new issue