Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
Docker support maybe? Hopefully going to integrate CD/CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainjamason committed Feb 8, 2024
1 parent ea339b1 commit 6714f2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.cache/
build/
.git
3 changes: 3 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM alpine:3.14
RUN apk add --no-cache meson
ENTRYPOINT [ "./install.sh" ]

0 comments on commit 6714f2f

Please sign in to comment.