Skip to content

Commit

Permalink
update directory structure in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Nov 24, 2023
1 parent dbe26f5 commit 4d1f281
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 @@ -13,7 +13,7 @@ RUN go mod download
# https://docs.docker.com/engine/reference/builder/#copy
COPY *.go ./
COPY internal/ ./internal/
COPY web/ ./web/


# Build
RUN CGO_ENABLED=0 GOOS=linux go build -o /arc42-stats
Expand Down

0 comments on commit 4d1f281

Please sign in to comment.