2api / Dockerfile
JIMMYGGG's picture
Update Dockerfile
68c343b verified
raw
history blame
219 Bytes
# 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"]