mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
remove container migration
This commit is contained in:
parent
ade82f5776
commit
f490cdd756
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user