mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
aaa
This commit is contained in:
parent
3f6f4400ee
commit
85a1fa2103
|
|
@ -34,13 +34,9 @@ LABEL org.opencontainers.image.licenses "AGPL-3.0"
|
||||||
LABEL org.opencontainers.image.title "Lysand Server"
|
LABEL org.opencontainers.image.title "Lysand Server"
|
||||||
LABEL org.opencontainers.image.description "Lysand Server docker image"
|
LABEL org.opencontainers.image.description "Lysand Server docker image"
|
||||||
|
|
||||||
# run the app
|
|
||||||
USER bun
|
|
||||||
# CD to app
|
# CD to app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN bunx prisma generate
|
RUN bunx prisma generate
|
||||||
# Remove Node
|
|
||||||
USER root
|
|
||||||
RUN rm /usr/local/bin/node
|
RUN rm /usr/local/bin/node
|
||||||
USER bun
|
USER bun
|
||||||
# CD to app
|
# CD to app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue