We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affd1ee commit f80c334Copy full SHA for f80c334
implementations/pioneer/Dockerfile
@@ -5,4 +5,4 @@ RUN apt install curl -y
5
COPY ./Package.* ./
6
RUN swift package resolve
7
COPY ./Sources ./Sources
8
-RUN swift build -c release
+RUN swift build
implementations/pioneer/docker-compose.yml
@@ -5,7 +5,7 @@ services:
- PORT=${PORT}
ports:
- ${PORT}:${PORT}
- entrypoint: .build/release/audit
+ entrypoint: swift run
9
healthcheck:
10
test: curl -f http://localhost:$$PORT/graphql?query=%7B__typename%7D || exit 1
11
interval: 3s
0 commit comments