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 a4ac3c8 commit c1e925bCopy full SHA for c1e925b
.gitpod.yml
@@ -4,11 +4,11 @@ image:
4
tasks:
5
- name: Start Couchbase
6
command: ./startcb.sh
7
+- name: Log use
8
+ command: curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
9
- name: Start app
10
init: ./mvnw package -DskipTests
11
command: java -jar target/*.jar
-- name: Log use
- command: curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
12
# exposed ports
13
ports:
14
- port: 8080
0 commit comments