We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93791a5 commit 71af367Copy full SHA for 71af367
frameworks/Java/inverno/inverno-postgres.dockerfile
@@ -7,6 +7,6 @@ RUN mvn package -q -Pio.inverno.io_uring
7
8
EXPOSE 8080
9
10
-# CMD [ "target/maven-inverno/application_linux_amd64/inverno-benchmark-1.0.0-SNAPSHOT/bin/inverno-benchmark" ]
+# CMD [ "target/inverno-benchmark-1.0.0-SNAPSHOT-application_linux_amd64/bin/inverno-benchmark" ]
11
CMD export DBIP=`getent hosts tfb-database | awk '{ print $1 }'` && \
12
- target/maven-inverno/application_linux_amd64/inverno-benchmark-1.0.0-SNAPSHOT/bin/inverno-benchmark --com.techempower.inverno.benchmark.appConfiguration.db_host=\"$DBIP\"
+ target/inverno-benchmark-1.0.0-SNAPSHOT-application_linux_amd64/bin/inverno-benchmark --com.techempower.inverno.benchmark.appConfiguration.db_host=\"$DBIP\"
0 commit comments