Browse Source

a

master
Andrey Kovalev 2 years ago
parent
commit
7299ab5214
Signed by: Russia9
GPG Key ID: EC3AA65373CA51DC
  1. 4
      Dockerfile

4
Dockerfile

@ -7,7 +7,7 @@ WORKDIR /go/src/app @@ -7,7 +7,7 @@ WORKDIR /go/src/app
COPY . .
# Build app
RUN go build -o app .
RUN go build -o bin .
# Run app
CMD ["./app"]
CMD ["./bin"]
Loading…
Cancel
Save