Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
3f78c24f
Commit
3f78c24f
authored
Sep 09, 2025
by
BO ZHANG
🏀
Browse files
use app directory
parent
b884d3d7
Changes
4
Hide whitespace changes
Inline
Side-by-side
docker
/csst
→
app
/csst
View file @
3f78c24f
File moved
docker
/csst.py
→
app
/csst.py
View file @
3f78c24f
File moved
config
/default.toml
→
app
/default.toml
View file @
3f78c24f
File moved
docker/Dockerfile
View file @
3f78c24f
...
...
@@ -27,8 +27,7 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \
USER
csst
# copy VCS roots into image
COPY
--chown=csst:csst . /pipeline
RUN
mv
pkg/csst-dag/csst_dag/docker/csst
*
/pipeline/app/
\
&&
pkg/csst-dag/csst_dag/config/default.toml /pipeline/app/config.toml
\
RUN
mv
pkg/csst-dag/app /pipeline/app
\
&&
chmod
+x /pipeline/app/csst
# install packages & requirements
RUN
--mount
=
type
=
cache,id
=
pip,uid
=
9000,gid
=
9000,target
=
/home/csst/.cache
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment