noahgift / Python-MLOps-Cookbook

This is an example of a Containerized Flask Application that can deploy to many target environments including: AWS, GCP and Azure.
Creative Commons Zero v1.0 Universal
391 stars 307 forks source link

Question about Dockerfile #5

Open stephenllh opened 2 years ago

stephenllh commented 2 years ago
COPY . app.py /app/

Newbie question. Why is there a dot beside app.py?