Dockerfile 699 B

12345678910111213
  1. FROM alpine
  2. CMD ["echo", "-------------------------------------------------------------------\n\
  3. 👋 Hello from Porter!\n\
  4. -------------------------------------------------------------------\n\
  5. -------------------------------------------------------------------\n\
  6. Your application is being deployed.\n\
  7. To view build logs, navigate to your connected GitHub repo and \n\
  8. select the Actions tab.\n\
  9. -------------------------------------------------------------------\n\
  10. -------------------------------------------------------------------\n\
  11. For more information, visit:\n\
  12. https://docs.getporter.dev/docs/setting-up-cicd-1\n\
  13. -------------------------------------------------------------------"]