Skip to content

Commit

Permalink
Merge pull request #67 from ryo-arima/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-arima authored Sep 7, 2024
2 parents 052c341 + d7c4cce commit ab30c10
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 ab30c10

Please sign in to comment.