Answer the question
In order to leave comments, you need to log in
Very strange sed behavior on Heroku!?
I have a docker container with a simple project, git push it to Heroku.
Recently, sed began to behave very strangely.
After this command:
sed -i -e "s/\$PORT/${PORT:-8080}/g" /etc/nginx/sites.conf'
sed "s/\$PORT/${PORT:-8080}/g" /etc/nginx/sites_original.conf > /etc/nginx/sites.conf'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question