Repo Reorg
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user