Skip to content

Commit

Permalink
Merge pull request #7 from Apcela/simple_state
Browse files Browse the repository at this point in the history
Simple state
  • Loading branch information
tbotnz authored Sep 1, 2020
2 parents 4c7b809 + b0b4f4a commit 18e2db8
Show file tree
Hide file tree
Showing 7 changed files with 365 additions and 268 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
*.exe
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM golang:1.15.0-buster
ADD . /app
WORKDIR /app
ENV GO111MODULE=on
RUN go mod download
CMD go run cis.go
Loading

0 comments on commit 18e2db8

Please sign in to comment.