You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build command (^C-^B) was escaping ~/mydockerimagedir into the nonexistent \~/mydockerimagedir. I fixed by removing shell-quote-argument from the end of compilation-start.
As this argument appears to be automatically set to the directory containing the Dockerfile, I couldn't find a good alternative to modifying the dockerfile-mode.el. Did I miss something? If you agree this makes sense, I will create a PR.
The text was updated successfully, but these errors were encountered:
The build command (^C-^B) was escaping
~/mydockerimagedir
into the nonexistent\~/mydockerimagedir
. I fixed by removing shell-quote-argument from the end of compilation-start.As this argument appears to be automatically set to the directory containing the Dockerfile, I couldn't find a good alternative to modifying the dockerfile-mode.el. Did I miss something? If you agree this makes sense, I will create a PR.
The text was updated successfully, but these errors were encountered: