We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684151a commit 8725711Copy full SHA for 8725711
Dockerfile
@@ -137,7 +137,7 @@ RUN mkdir $BENCHMARKS_DIR && cd $BENCHMARKS_DIR \
137
# run RonDB containers with arbitrary users
138
RUN chmod 777 -R $RONDB_DATA_DIR \
139
&& chmod 777 -R $HOPSWORK_DIR/docker \
140
- && chmod 777 $BENCHMARKS_DIR
+ && chmod 777 -R $BENCHMARKS_DIR
141
142
ENTRYPOINT ["./docker/rondb_standalone/entrypoints/main.sh"]
143
EXPOSE 3306 33060 11860 1186 4406 5406
0 commit comments