Skip to content

Commit

Permalink
Merge pull request #37 from sooraj-sky/main
Browse files Browse the repository at this point in the history
Fixed Dockerfile
  • Loading branch information
sooraj-sky authored Nov 5, 2022
2 parents 658eb8d + 88a6ea6 commit 2823852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY go.sum ./
RUN go mod download

COPY . .

WORKDIR /go/src/app/cmd
RUN go build -o /server

EXPOSE 8080
Expand Down

0 comments on commit 2823852

Please sign in to comment.