mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-12 07:56:40 +00:00
Update database build in dockerfile
This commit is contained in:
@@ -16,7 +16,7 @@ COPY . .
|
||||
RUN if [ "$BUILD" = "oss" ]; then rm -rf server/private; fi && \
|
||||
npm run set:$DATABASE && \
|
||||
npm run set:$BUILD && \
|
||||
npm run db:generate && \
|
||||
npm run db:$DATABASE:generate && \
|
||||
npm run build && \
|
||||
npm run build:cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user