Commit eb010631 authored by daidekun's avatar daidekun

add docker-entrypoint

parent da8292d8
...@@ -23,4 +23,7 @@ RUN apt-get update \ ...@@ -23,4 +23,7 @@ RUN apt-get update \
WORKDIR /home/quant_group/rabbitmq WORKDIR /home/quant_group/rabbitmq
COPY docker-entrypoint.sh .
RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"] CMD ["./docker-entrypoint.sh"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment