mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 08:48:19 +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
|
# run the app
|
||||||
USER bun
|
USER bun
|
||||||
|
# CD to app
|
||||||
|
WORKDIR /app
|
||||||
RUN bunx prisma generate
|
RUN bunx prisma generate
|
||||||
# Remove Node
|
# Remove Node
|
||||||
USER root
|
USER root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue