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 12d912c commit 3f37cacCopy full SHA for 3f37cac
.gitpod.Dockerfile
@@ -17,3 +17,5 @@ RUN apt-get -qq update && \
17
apt-get install -yq maven default-jdk
18
19
USER gitpod
20
+RUN /opt/couchbase/bin/couchbase-server --start && sleep 10 && /opt/couchbase/bin/couchbase-server --stop && sleep 5
21
+
0 commit comments