Edit Dockerfile

This commit is contained in:
Jesse Wierzbinski 2023-11-27 13:11:39 -10:00
parent 9953754a1a
commit 3f6f4400ee
No known key found for this signature in database

View file

@ -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