Skip to content

Commit 5e3ca82

Browse files
committed
ci: debug
1 parent c920876 commit 5e3ca82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ RUN wget https://github.com/docker/compose/releases/download/v2.23.3/docker-comp
88
RUN chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
99

1010
COPY start.sh /start.sh
11-
COPY appsettings.override.json /appsettings.override.json
12-
COPY docker-compose.yml /docker-compose.yml
13-
1411
RUN chmod +x /start.sh
12+
1513
ENTRYPOINT ["/start.sh"]

start.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export TAG=$1
44
export PORT=$2
55

66
wget https://raw.githubusercontent.com/nmshd/backbone/capi/${TAG}/setup-db/setup-postgres.sql
7+
ls
78
docker compose up -d

0 commit comments

Comments
 (0)