Skip to content

Commit 8725711

Browse files
committed
Also be recursive in bench dir
1 parent 684151a commit 8725711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN mkdir $BENCHMARKS_DIR && cd $BENCHMARKS_DIR \
137137
# run RonDB containers with arbitrary users
138138
RUN chmod 777 -R $RONDB_DATA_DIR \
139139
&& chmod 777 -R $HOPSWORK_DIR/docker \
140-
&& chmod 777 $BENCHMARKS_DIR
140+
&& chmod 777 -R $BENCHMARKS_DIR
141141

142142
ENTRYPOINT ["./docker/rondb_standalone/entrypoints/main.sh"]
143143
EXPOSE 3306 33060 11860 1186 4406 5406

0 commit comments

Comments
 (0)