Skip to content

Commit 3f37cac

Browse files
committed
Still trying to fix the file permission issues during server startup
1 parent 12d912c commit 3f37cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitpod.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ RUN apt-get -qq update && \
1717
apt-get install -yq maven default-jdk
1818

1919
USER gitpod
20+
RUN /opt/couchbase/bin/couchbase-server --start && sleep 10 && /opt/couchbase/bin/couchbase-server --stop && sleep 5
21+

0 commit comments

Comments
 (0)