fix dockerfile

This commit is contained in:
Lokowitz
2026-02-02 10:58:53 +00:00
committed by Owen Schwartz
parent bf5dd3b0a1
commit ffb253e0e9
5 changed files with 18 additions and 21 deletions

View File

@@ -16,8 +16,8 @@ COPY . .
RUN if [ "$BUILD" = "oss" ]; then rm -rf server/private; fi && \
npm run set:$DATABASE && \
npm run set:$BUILD && \
npm run db:$DATABASE:generate && \
npm run build:$DATABASE && \
npm run db:generate && \
npm run build && \
npm run build:cli
# test to make sure the build output is there and error if not