add workflow

This commit is contained in:
Stanislaw
2022-12-26 01:20:29 +01:00
parent 92ece902f7
commit 6cb5f2659a
2 changed files with 27 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM golang:latest
WORKDIR /app
COPY ./ ./
RUN go get .
RUN go run .