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 3a5691e commit 897f28bCopy full SHA for 897f28b
.gitpod.Dockerfile
@@ -5,7 +5,9 @@ RUN addgroup --gid 33333 gitpod && \
5
usermod -a -G gitpod,couchbase gitpod && \
6
rm -rf /opt/couchbase/var/lib && \
7
chmod -R g+rwx /opt/couchbase && \
8
- sed -i 's/var/gipod/g' /opt/couchbase/bin/couchbase-server
+ mkdir /opt/couchbase/gitpod && \
9
+ chown gitpod:gitpod /opt/couchbase/gitpod && \
10
+ sed -i 's/var/gitpod/g' /opt/couchbase/bin/couchbase-server
11
12
RUN echo "* soft nproc 20000\n"\
13
"* hard nproc 20000\n"\
0 commit comments