Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -23,12 +23,12 @@ ENV PATH="/root/bin:${PATH}" ENV PYTHONPATH="/root/bin/python:${PYTHONPATH}" # STEP 2) Bundling app COPY etl . 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 +1 −1 Original line number Diff line number Diff line Loading @@ -23,12 +23,12 @@ ENV PATH="/root/bin:${PATH}" ENV PYTHONPATH="/root/bin/python:${PYTHONPATH}" # STEP 2) Bundling app COPY etl . 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