EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 7ecf3b56 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing preprocessor Dockerfile: command is executable

parent eb758e68
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,8 @@ ADD run-preprocessor.sh \ ...@@ -73,6 +73,8 @@ ADD run-preprocessor.sh \
setup.py \ setup.py \
/ /
RUN chmod +x /run-preprocessor.sh
COPY preprocessor /preprocessor COPY preprocessor /preprocessor
RUN cd / && \ RUN cd / && \
......
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