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

Back to trying to fix common py in Dockerfile

parent 4f1479c8
No related branches found
No related tags found
No related merge requests found
Pipeline #6637 failed
Pipeline: development

#6638

    ......@@ -18,7 +18,7 @@ COPY .pylintrc /code/.pylintrc
    COPY tests/ /code/tests/
    COPY src/ /code/src/
    RUN echo "$(/code/src/videoag_common)"
    RUN echo "$(ls -laR /code/src/videoag_common)"
    RUN mkdir -p /code/src/videoag_common
    COPY submodules/backend_common_py/src/videoag_common /code/src/videoag_common
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment