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

Add AnythingLLM Docker configuration

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM mintplexlabs/anythingllm:latest
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
 
3
  # Set environment variables
4
  ENV STORAGE_DIR="/app/server/storage"
5
  ENV JWT_SECRET="kaballas"
6
+ ENV PORT=7860
7
 
8
  # Expose the port
9
  EXPOSE 7860