From 85a1fa2103cf88701de1c53fc42f2d41f79032d6 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 27 Nov 2023 13:13:59 -1000 Subject: [PATCH] aaa --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a17ca429..80562c0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,13 +34,9 @@ LABEL org.opencontainers.image.licenses "AGPL-3.0" LABEL org.opencontainers.image.title "Lysand Server" LABEL org.opencontainers.image.description "Lysand Server docker image" -# run the app -USER bun # CD to app WORKDIR /app RUN bunx prisma generate -# Remove Node -USER root RUN rm /usr/local/bin/node USER bun # CD to app