Skip to content

Commit

Permalink
change workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
moosavi.smd committed Apr 26, 2024
1 parent 52c7d33 commit 0837ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22 as builder

WORKDIR /app
WORKDIR /app/app

COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 0837ecc

Please sign in to comment.