Skip to content

Commit 99afa33

Browse files
Denis RosaDenis Rosa
authored andcommitted
fixes
1 parent ff62b3f commit 99afa33

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitpod.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ image:
44
tasks:
55
- name: Start Couchbase
66
command: cd /opt/couchbase/ && ./start-cb.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
97
- name: Start app
108
init: ./mvnw package -DskipTests
119
command: java -jar target/*.jar
12-
10+
- name: Log use
11+
command: curl -s 'https://da-demo-images.s3.amazonaws.com/runItNow_outline.png?couchbase-example=java-springboot-quickstart-repo&source=gitpod' > /dev/null
1312
# exposed ports
1413
ports:
15-
- port: 8091
16-
onOpen: open-browser
1714
- port: 8080
1815
onOpen: open-preview
16+
- port: 8091
17+
onOpen: open-browser
1918
- port: 8092-10000
2019
onOpen: ignore
2120
- port: 4369

0 commit comments

Comments
 (0)