Repo Reorg

This commit is contained in:
Dustin Pianalto
2020-09-18 18:39:51 -08:00
parent a4b3fc5a21
commit fc0f1b0ed3
33 changed files with 489 additions and 352 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ COPY ./go.sum .
RUN go mod download
COPY . .
RUN go install github.com/dustinpianalto/goff
RUN go install github.com/dustinpianalto/goff/...
CMD [ "go", "run", "goff.go"]
CMD [ "go", "run", "cmd/goff/main.go"]
from alpine