Consider a snippet:
---
version: '3.4'
services:
app:
image: my_image
command: ["sleep", "60s", "&&", "my_command"]
Gives me:
sleep: invalid time interval �my_command’
Try 'sleep --help' for more information.
What is wrong? Why did this happen?
Docker version 19.03.2, build 6a30dfc
Host OS - windows 10