Keep Node

This commit is contained in:
Jesse Wierzbinski 2023-11-27 13:26:13 -10:00
parent 110ce538c3
commit 5226f9ff4e
No known key found for this signature in database

View file

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