Fixing Linux Script files to have UNIX line ending instead of WINDOWS. Somehow it was reverted.
This commit is contained in:
Родитель
7844fcc0d0
Коммит
6ee4edcebb
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче