Skip to content

Commit

Permalink
Merge pull request #34 from cben/docker-context
Browse files Browse the repository at this point in the history
Fix server/Dockerfile "forbidden path outside the build context"
  • Loading branch information
masayag committed Nov 5, 2023
2 parents b40b8cd + 6430e9e commit 6648aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM golang:1.20-alpine as build
WORKDIR /app

# Copy the source code into the container
COPY ../.. .
COPY . .

# Build the Go application
RUN go build -o blood-info cmd/server/main.go
Expand Down

0 comments on commit 6648aab

Please sign in to comment.