Derme / Dockerfile
drewThomasson's picture
Create Dockerfile
9087559 verified
raw
history blame contribute delete
135 Bytes
FROM athomasson2/derme:latest
# Expose the port the app runs on
EXPOSE 7860
# Command to run the application
CMD ["python", "app.py"]