Commit b884d3d7 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add default.toml

parent e68f0ced
[DFS]
CSST_DFS_GATEWAY="192.168.25.89:28000"
CSST_DFS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0"
...@@ -27,7 +27,9 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \ ...@@ -27,7 +27,9 @@ 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/csst_dag/docker/csst* /pipeline/app/ \
&& pkg/csst-dag/csst_dag/config/default.toml /pipeline/app/config.toml \
&& 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 \
pip install pkg/ccds \ pip install pkg/ccds \
......
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