Fixed prob?
This commit is contained in:
parent
a1ab7799d9
commit
59344a8a67
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM golang:latest
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /go/src/git.ucode.space/goshortly
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN go mod download
|
||||
RUN go get -d -v ./...
|
||||
|
||||
CMD ["go", "run", "."]
|
||||
CMD ["go", "run", "main.go"]
|
Loading…
Reference in a new issue