We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8725711 commit ee9b3acCopy full SHA for ee9b3ac
Dockerfile
@@ -139,6 +139,9 @@ RUN chmod 777 -R $RONDB_DATA_DIR \
139
&& chmod 777 -R $HOPSWORK_DIR/docker \
140
&& chmod 777 -R $BENCHMARKS_DIR
141
142
+# Remove awkward message when using arbitrary user
143
+RUN echo "PS1='${debian_chroot:+(\$debian_chroot)}\h:\w\$ '" >> /etc/bash.bashrc
144
+
145
ENTRYPOINT ["./docker/rondb_standalone/entrypoints/main.sh"]
146
EXPOSE 3306 33060 11860 1186 4406 5406
147
CMD ["mysqld"]
0 commit comments