Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Arima committed Sep 7, 2024
1 parent b27654d commit d7c4cce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tool/deb/Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY ./.. /root/mark1

RUN echo "Start" && \
pwd && ls -la && \
ls -al mark1
cd /root/mark && \
make build-bin && \
make build-deb && \
make push-deb

CMD [ "echo", "This is mark1" ]

0 comments on commit d7c4cce

Please sign in to comment.