Skip to content

Commit e352e24

Browse files
committed
Removing the existing couchbase user started folders so that gitpod can start its own folders
1 parent 4d77474 commit e352e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM couchbase:latest
33
RUN addgroup --gid 33333 gitpod && \
44
useradd --no-log-init --create-home --home-dir /home/gitpod --shell /bin/bash --uid 33333 --gid 33333 gitpod && \
55
usermod -a -G gitpod,couchbase gitpod && \
6+
rm -rf /opt/couchbase/var/lib && \
67
chmod -R g+rwx /opt/couchbase
78

89
RUN echo "* soft nproc 20000\n"\

0 commit comments

Comments
 (0)