Loading Dockerfile +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ ENV PATH="/root/bin:${PATH}" ENV PYTHONPATH="/root/bin/python:${PYTHONPATH}" # STEP 2) Bundling app RUN mkdir -p stg/archive RUN mkdir -p mdl/scratches RUN mkdir -p prs/fits/cubes RUN mkdir -p prs/fits/moments RUN mkdir -p prs/fits/ratios RUN mkdir -p prs/output COPY etl . CMD python main.py No newline at end of file Loading
Dockerfile +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ ENV PATH="/root/bin:${PATH}" ENV PYTHONPATH="/root/bin/python:${PYTHONPATH}" # STEP 2) Bundling app RUN mkdir -p stg/archive RUN mkdir -p mdl/scratches RUN mkdir -p prs/fits/cubes RUN mkdir -p prs/fits/moments RUN mkdir -p prs/fits/ratios RUN mkdir -p prs/output COPY etl . CMD python main.py No newline at end of file