Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the base image from the original command
|
| 2 |
FROM hpyp/bbapi:latest
|
| 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 hpyp/bbapi:latest
|
| 3 |
+
EXPOSE 8001
|
| 4 |
# Set the environment variable for the app secret
|
| 5 |
ENV APP_SECRET=123456
|