FROM athomasson2/derme:latest # Expose the port the app runs on EXPOSE 7860 # Command to run the application CMD ["python", "app.py"]