Skip to content

Commit 0e80f22

Browse files
committed
Still trying to fix the file permission issues during server startup
1 parent 895ab36 commit 0e80f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN echo "* soft nproc 20000\n"\
99
RUN apt-get -qq update && \
1010
apt-get install -yq maven default-jdk acl
1111

12-
RUN rm -rf /opt/couchbase/var && \
13-
chmod -R g+rwX /opt/couchbase && \
12+
RUN chmod -R g+rwX /opt/couchbase && \
1413
addgroup --gid 33333 gitpod && \
1514
useradd --no-log-init --create-home --home-dir /home/gitpod --shell /bin/bash --uid 33333 --gid 33333 gitpod && \
1615
usermod -a -G gitpod,couchbase,sudo gitpod && \

0 commit comments

Comments
 (0)