Skip to content
Snippets Groups Projects
Commit ef8fc76d authored by Udai Singh's avatar Udai Singh
Browse files

fixed copy error in dockerfile

parent 9b0ed9aa
No related branches found
No related tags found
No related merge requests found
Pipeline #114808 canceled
......@@ -39,6 +39,6 @@ RUN ["/bin/bash", "-c", ". /opt/conda/etc/profile.d/conda.sh && \
. /opt/conda/etc/profile.d/mamba.sh && \
pip install --no-cache-dir pyzmq==22.3.0 supervisor multivisor[web]"]
COPY ./supervisord.conf /etc/supervisor/supervisord.conf
COPY ./docker/supervisord.conf /etc/supervisor/supervisord.conf
ENTRYPOINT ["/bin/bash", "-c", ". /opt/conda/etc/profile.d/conda.sh && supervisord"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment