Skip to content

Commit 6ee4edc

Browse files
Fixing Linux Script files to have UNIX line ending instead of WINDOWS. Somehow it was reverted.
1 parent 7844fcc commit 6ee4edc

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

cli-linux/build-bits-linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ done
5050

5151
# No need to build the images, docker build or docker compose will
5252
# do that using the images and containers defined in the docker-compose.yml file.
53+
#

cli-linux/docker-compose.local.build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ services:
77
- .:/src
88
working_dir: /src
99
command: /bin/bash -c "chmod -x ./cli-linux/build-bits-linux.sh && ./cli-linux/build-bits-linux.sh"
10+

cli-linux/prepare-spa-app.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
21
# Build SPA app
32
pushd $(pwd)/src/Web/WebSPA
43
npm rebuild node-sass
54
#npm run build:prod
6-
7-

cli-linux/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ docker rm $(docker ps -a -q)
44
docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull
55
export ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=$(curl ipinfo.io/ip)
66
docker-compose -f docker-compose.images.yml -f docker-compose.prod.yml up -d --force-recreate
7-

0 commit comments

Comments
 (0)