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
Windows does not come with bash nor any other POSIX shell interpreter. You can use Git Bash, WSL or Cygwin to run bash scripts in Windows. Make sure to save the .sh file with LF line endings for the script to work.
I have installed docker desktop + compose plugin, but when I initialize the compose process it fails with an syntax error:
I changed the entry point from
/bin/bash
to/bin/sh
with no effect.This is how my dockerfile looks like:
It works with no issues on debian or ubuntu distros, but why is it failing on windows?
The text was updated successfully, but these errors were encountered: