Skip to content

Commit f80c334

Browse files
committed
chore(pioneer): avoid release build
1 parent affd1ee commit f80c334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

implementations/pioneer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt install curl -y
55
COPY ./Package.* ./
66
RUN swift package resolve
77
COPY ./Sources ./Sources
8-
RUN swift build -c release
8+
RUN swift build

implementations/pioneer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- PORT=${PORT}
66
ports:
77
- ${PORT}:${PORT}
8-
entrypoint: .build/release/audit
8+
entrypoint: swift run
99
healthcheck:
1010
test: curl -f http://localhost:$$PORT/graphql?query=%7B__typename%7D || exit 1
1111
interval: 3s

0 commit comments

Comments
 (0)