| # Use the base image from the original command | |
| FROM snailyp/blackbox2api:latest | |
| # Expose the port on which the application will run | |
| EXPOSE 8001 | |
| # Define the command that starts the application | |
| CMD ["python", "app.py"] |
| # Use the base image from the original command | |
| FROM snailyp/blackbox2api:latest | |
| # Expose the port on which the application will run | |
| EXPOSE 8001 | |
| # Define the command that starts the application | |
| CMD ["python", "app.py"] |