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 6ef2d82 commit 3a5691eCopy full SHA for 3a5691e
.gitpod.Dockerfile
@@ -4,7 +4,8 @@ RUN addgroup --gid 33333 gitpod && \
4
useradd --no-log-init --create-home --home-dir /home/gitpod --shell /bin/bash --uid 33333 --gid 33333 gitpod && \
5
usermod -a -G gitpod,couchbase gitpod && \
6
rm -rf /opt/couchbase/var/lib && \
7
- chmod -R g+rwx /opt/couchbase
+ chmod -R g+rwx /opt/couchbase && \
8
+ sed -i 's/var/gipod/g' /opt/couchbase/bin/couchbase-server
9
10
RUN echo "* soft nproc 20000\n"\
11
"* hard nproc 20000\n"\
@@ -14,5 +15,3 @@ RUN echo "* soft nproc 20000\n"\
14
15
#Simple example on how to extend the image to install Java and maven
16
RUN apt-get -qq update && \
17
apt-get install -yq maven default-jdk
-
18
-USER gitpod
0 commit comments