remove container migration

This commit is contained in:
timothycarambat 2023-12-19 11:10:40 -08:00
parent ade82f5776
commit f490cdd756

View File

@ -84,10 +84,6 @@ COPY --chown=anythingllm:anythingllm ./collector/ ./collector/
# Install collector dependencies # Install collector dependencies
RUN cd /app/collector && yarn install --production && yarn cache clean RUN cd /app/collector && yarn install --production && yarn cache clean
# Migrate and Run Prisma against known schema
RUN cd ./server && npx prisma generate --schema=./prisma/schema.prisma
RUN cd ./server && npx prisma migrate deploy --schema=./prisma/schema.prisma
# Setup the environment # Setup the environment
ENV NODE_ENV=production ENV NODE_ENV=production
ENV STORAGE_DIR=$STORAGE_DIR ENV STORAGE_DIR=$STORAGE_DIR