diff --git a/examples/first-docker-file/Dockerfile b/examples/first-docker-file/Dockerfile index c154e857..a2eb26de 100644 --- a/examples/first-docker-file/Dockerfile +++ b/examples/first-docker-file/Dockerfile @@ -12,5 +12,5 @@ RUN apt-get update && apt-get install -y python3 python3-pip # Set environment variables ENV NAME World -# Run a command to start the application +# Run a command to start the application #git push testing CMD ["python3", "app.py"]