Commit 3f78c24f authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

use app directory

parent b884d3d7
...@@ -27,8 +27,7 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \ ...@@ -27,8 +27,7 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \
USER csst USER csst
# copy VCS roots into image # copy VCS roots into image
COPY --chown=csst:csst . /pipeline COPY --chown=csst:csst . /pipeline
RUN mv pkg/csst-dag/csst_dag/docker/csst* /pipeline/app/ \ RUN mv pkg/csst-dag/app /pipeline/app \
&& pkg/csst-dag/csst_dag/config/default.toml /pipeline/app/config.toml \
&& chmod +x /pipeline/app/csst && chmod +x /pipeline/app/csst
# install packages & requirements # install packages & requirements
RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment