diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1bbd695 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.py text eol=lf diff --git a/docker-compose.yml b/docker-compose.yml index 623ce32..216888a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ app: build: app/docker-quick/ - command: /noi/run.sh + command: /bin/bash /noi/run.sh links: - db #- redis