Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Razmjou committed Aug 17, 2020
1 parent 20c1bf8 commit f0510dd
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,6 +1,6 @@
FROM golang:1.10
FROM golang:1.15

WORKDIR $GOPATH/src/github.com/arazmj/GoCache
WORKDIR $GOPATH/src/github.com/arazmj/gerdu

COPY . .

Expand All @@ -10,4 +10,4 @@ RUN go install -v ./...

EXPOSE 8080

CMD ["GoCache"]
CMD ["gerdu"]

0 comments on commit f0510dd

Please sign in to comment.