diff --git a/containers/testapp/0.0.2/Dockerfile b/containers/testapp/0.0.2/Dockerfile index c01d531..df72f17 100644 --- a/containers/testapp/0.0.2/Dockerfile +++ b/containers/testapp/0.0.2/Dockerfile @@ -28,4 +28,7 @@ COPY . /app ENV NAME World # Run app.py when the container launches -CMD ["python", "app.py"] \ No newline at end of file +CMD ["python", "app.py"] + + +