This commit is contained in:
Jesse Wierzbinski 2023-11-27 13:17:57 -10:00
parent 85a1fa2103
commit 110ce538c3
No known key found for this signature in database

View file

@ -38,7 +38,6 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
WORKDIR /app WORKDIR /app
RUN bunx prisma generate RUN bunx prisma generate
RUN rm /usr/local/bin/node RUN rm /usr/local/bin/node
USER bun
# CD to app # CD to app
WORKDIR /app WORKDIR /app
ENTRYPOINT [ "bun", "run", "index.ts" ] ENTRYPOINT [ "bun", "run", "index.ts" ]