Commit 9c2710ee authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

use csst as entrypoint

parent e4476178
...@@ -27,8 +27,8 @@ RUN --mount=type=cache,id=apt,target=/var/cache/apt \ ...@@ -27,8 +27,8 @@ 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/app /pipeline/app \ # make csst executable
&& chmod +x /pipeline/app/csst \ RUN chmod +x /pipeline/app/csst
# add csst to PATH # add csst to PATH
ENV PATH="/pipeline/app:${PATH}" ENV PATH="/pipeline/app:${PATH}"
......
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