Fixing Linux Script files to have UNIX line ending instead of WINDOWS. Somehow it was reverted.

This commit is contained in:
Cesar De la Torre 2017-08-06 12:32:44 -07:00
Родитель 7844fcc0d0
Коммит 6ee4edcebb
4 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -50,3 +50,4 @@ done
# No need to build the images, docker build or docker compose will
# do that using the images and containers defined in the docker-compose.yml file.
#

Просмотреть файл

@ -7,3 +7,4 @@ services:
- .:/src
working_dir: /src
command: /bin/bash -c "chmod -x ./cli-linux/build-bits-linux.sh && ./cli-linux/build-bits-linux.sh"

Просмотреть файл

@ -1,7 +1,4 @@
# Build SPA app
pushd $(pwd)/src/Web/WebSPA
npm rebuild node-sass
#npm run build:prod

Просмотреть файл

@ -4,4 +4,3 @@ docker rm $(docker ps -a -q)
docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull
export ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=$(curl ipinfo.io/ip)
docker-compose -f docker-compose.images.yml -f docker-compose.prod.yml up -d --force-recreate