Update Dockerfile
Browse files- Dockerfile +1 -7
Dockerfile
CHANGED
|
@@ -2,10 +2,4 @@
|
|
| 2 |
FROM snailyp/blackbox2api:latest
|
| 3 |
|
| 4 |
# Set the environment variable for the app secret
|
| 5 |
-
ENV APP_SECRET
|
| 6 |
-
|
| 7 |
-
# Expose the port on which the application will run
|
| 8 |
-
EXPOSE 7860
|
| 9 |
-
|
| 10 |
-
# Define the command that starts the application
|
| 11 |
-
CMD ["uvicorn" "main:app" "--host" "0.0.0.0"
|
|
|
|
| 2 |
FROM snailyp/blackbox2api:latest
|
| 3 |
|
| 4 |
# Set the environment variable for the app secret
|
| 5 |
+
ENV APP_SECRET=123456
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|