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 895ab36 commit 0e80f22Copy full SHA for 0e80f22
.gitpod.Dockerfile
@@ -9,8 +9,7 @@ RUN echo "* soft nproc 20000\n"\
9
RUN apt-get -qq update && \
10
apt-get install -yq maven default-jdk acl
11
12
-RUN rm -rf /opt/couchbase/var && \
13
- chmod -R g+rwX /opt/couchbase && \
+RUN chmod -R g+rwX /opt/couchbase && \
14
addgroup --gid 33333 gitpod && \
15
useradd --no-log-init --create-home --home-dir /home/gitpod --shell /bin/bash --uid 33333 --gid 33333 gitpod && \
16
usermod -a -G gitpod,couchbase,sudo gitpod && \
0 commit comments