Skip to content

Commit

Permalink
fix: Build on local docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Feb 27, 2020
1 parent 95518e0 commit 17c7078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.14
LABEL maintainer="Victor Castell <victor@victorcastell.com>"

EXPOSE 8080 8946
Expand All @@ -12,6 +12,6 @@ COPY go.sum go.sum
RUN go mod download

COPY . .
#RUN go install ./...
RUN go install ./...

#CMD ["dkron"]
CMD ["dkron"]

0 comments on commit 17c7078

Please sign in to comment.