EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 93d7e960 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

makedir subdir

parent b5a51c17
No related branches found
No related tags found
2 merge requests!55Production release 1.2.0,!50Ingestor status
......@@ -38,7 +38,8 @@ USER root
ADD install.sh requirements.txt \
/
RUN /install.sh
RUN mkdir /ingestor /var/ingestor/fail /var/ingestor/success
RUN mkdir /ingestor
RUN mkdir -p /var/ingestor/fail /var/ingestor/success
COPY app.py config.py filedaemon.py /
COPY ingestor/ /ingestor
......
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