Repo Reorg

This commit is contained in:
Dustin Pianalto
2020-09-18 18:39:51 -08:00
parent af506f828d
commit d9e1efbaf0
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