Browse Source

a

master
Andrey Kovalev 3 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
COPY . . COPY . .
# Build app # Build app
RUN go build -o app . RUN go build -o bin .
# Run app # Run app
CMD ["./app"] CMD ["./bin"]
Loading…
Cancel
Save