Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
|
@@ -1,5 +1,2 @@
|
|
| 1 |
# Use the base image from the original command
|
| 2 |
-
FROM snailyp/
|
| 3 |
-
|
| 4 |
-
# Set the environment variable for the app secret
|
| 5 |
-
ENV APP_SECRET=123456
|
|
|
|
| 1 |
# Use the base image from the original command
|
| 2 |
+
FROM snailyp/blackbox2ap
|
|
|
|
|
|
|
|
|