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 \
USER csst
# copy VCS roots into image
COPY --chown=csst:csst . /pipeline
RUN mv pkg/csst-dag/app /pipeline/app \
&& chmod +x /pipeline/app/csst \
# make csst executable
RUN chmod +x /pipeline/app/csst
# add csst to 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