Skip to content
Snippets Groups Projects
Commit 6fee5340 authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

removed unwanted supervisor cmd

parent a8ae3932
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,3 @@ WORKDIR /opt/work ...@@ -120,7 +120,3 @@ WORKDIR /opt/work
# Prepare supervisor # Prepare supervisor
RUN mkdir -p /var/log/supervisor RUN mkdir -p /var/log/supervisor
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
# Start entrypoint
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment