Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
nudzik authored Mar 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a86fe12 commit 10a2a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM ghcr.io/qmk/qmk_cli:latest
RUN qmk setup -y
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 10a2a61

Please sign in to comment.