Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Apr 18, 2024
1 parent d4c05ac commit 3a8aa60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion containers/testapp/0.0.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ COPY . /app
ENV NAME World

# Run app.py when the container launches
CMD ["python", "app.py"]
CMD ["python", "app.py"]



0 comments on commit 3a8aa60

Please sign in to comment.