Create Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Use the base image from the original command
|
| 2 |
+
FROM snailyp/blackbox2api:latest
|
| 3 |
+
|
| 4 |
+
# Set the environment variable for the app secret
|
| 5 |
+
ENV APP_SECRET=123456
|