Kaballas commited on
Commit
21240a6
1 Parent(s): 489497e

Add AnythingLLM Docker configuration

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,8 +2,8 @@ FROM mintplexlabs/anythingllm:latest
2
 
3
  # Set environment variables
4
  ENV STORAGE_DIR="/app/server/storage"
5
- ENV JWT_SECRET="your_jwt_secret_here"
6
- # Add other environment variables as needed
7
 
8
  # Expose the port
9
  EXPOSE 7860
 
2
 
3
  # Set environment variables
4
  ENV STORAGE_DIR="/app/server/storage"
5
+ ENV JWT_SECRET="kaballas"
6
+ ENV PORT=7860 # Add this line to set the port
7
 
8
  # Expose the port
9
  EXPOSE 7860