Skip to content

Commit

Permalink
Adjusts Dockerfile to new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Sep 19, 2023
1 parent fb91a28 commit 8063a19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ COPY go.sum go.sum
RUN go mod download

# Copy the go source
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/controller/ internal/controller/
COPY . ./

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down

0 comments on commit 8063a19

Please sign in to comment.