Skip to content

Commit

Permalink
release: Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ycd committed Jan 25, 2021
1 parent e09c466 commit e59e507
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM scratch

COPY toc . /usr/bin/

CMD [ "toc" ]

0 comments on commit e59e507

Please sign in to comment.