add workflow
This commit is contained in:
parent
57dde9b71e
commit
244ccac114
3 changed files with 24 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:3.21.3
|
||||
RUN apk update && apk upgrade && apk add --no-cache make bash wget coreutils
|
||||
COPY . /code
|
||||
WORKDIR /code
|
||||
RUN make
|
Loading…
Add table
Add a link
Reference in a new issue