Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ RUN --mount=type=secret,id=MISTRAL_API_KEY,mode=0444,required=true \
|
|
47 |
cat /run/secrets/MISTRAL_API_KEY > /test
|
48 |
|
49 |
# Expose the port
|
50 |
-
EXPOSE
|
51 |
|
52 |
# Command to run the application
|
53 |
CMD ["python", "main.py"]
|
|
|
47 |
cat /run/secrets/MISTRAL_API_KEY > /test
|
48 |
|
49 |
# Expose the port
|
50 |
+
EXPOSE 7860
|
51 |
|
52 |
# Command to run the application
|
53 |
CMD ["python", "main.py"]
|