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 65f459f commit 23da945Copy full SHA for 23da945
.gitpod.Dockerfile
@@ -9,7 +9,8 @@ RUN echo "* soft nproc 20000\n"\
9
RUN apt-get -qq update && \
10
apt-get install -yq maven default-jdk
11
12
-RUN rm -rf /opt/couchbase/var && \
+RUN /opt/couchbase/bin/couchbase-server --stop || \
13
+ rm -rf /opt/couchbase/var && \
14
chmod -R 777 /opt/couchbase && \
15
addgroup --gid 33333 gitpod && \
16
useradd --no-log-init --create-home --home-dir /home/gitpod --shell /bin/bash --uid 33333 --gid 33333 gitpod && \
0 commit comments