Skip to content
Snippets Groups Projects
Commit d44906b6 authored by Simon Künzel's avatar Simon Künzel
Browse files

Back to trying to fix common py in Dockerfile

parent c4f0568d
No related branches found
No related tags found
No related merge requests found
Pipeline #6639 failed
Pipeline: development

#6640

    ......@@ -18,9 +18,9 @@ COPY .pylintrc /code/.pylintrc
    COPY tests/ /code/tests/
    COPY src/ /code/src/
    RUN echo "$(ls -laR /code/src/videoag_common)"
    RUN echo "$(ls -laR /code/src/videoag_common/objects)"
    RUN mkdir -p /code/src/videoag_common
    COPY submodules/backend_common_py/src/videoag_common /code/src/videoag_common
    #RUN mkdir -p /code/src/videoag_common
    #COPY submodules/backend_common_py/src/videoag_common /code/src/videoag_common
    ENTRYPOINT ["/code/docker_start.sh"]
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment