diff --git a/examples/first-docker-file/Dockerfile b/examples/first-docker-file/Dockerfile index c154e85..f818d4a 100644 --- a/examples/first-docker-file/Dockerfile +++ b/examples/first-docker-file/Dockerfile @@ -11,6 +11,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip # Set environment variables ENV NAME World - +##This my practice # Run a command to start the application CMD ["python3", "app.py"]