mirror of
https://github.com/ChristianSch/gitea-release-drafter.git
synced 2026-02-16 14:07:51 +00:00
feat: added missing dockerfile and runs.using configuration
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM golang:1.19
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN go build -o /bin/app .
|
||||
ENTRYPOINT ["/bin/app"]
|
||||
Reference in New Issue
Block a user