0

My Dockerfile contains the following..

ENV APP_HOME=/app/foo-service
CMD [$APP_HOME/start-foo-service.sh]

What is wrong in the above syntax, since the following runs fine

CMD ["/app/foo-service/start-foo-service.sh"]
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Rpj
  • 5,348
  • 16
  • 62
  • 122

0 Answers0