Spaces:
Running
Running
Add AnythingLLM Docker configuration
Browse files- 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
|
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
|