Skip to content

Commit

Permalink
dockerfileにsampleディレクトリ追加 #35
Browse files Browse the repository at this point in the history
shari-sushi committed Jan 26, 2024
1 parent 241a35a commit b81a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test0015Go/Dockerfile
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ COPY go.mod go.sum ./

RUN go mod download

COPY cmd domain infra interfaces useCase .env ./
COPY cmd domain infra interfaces useCase sample .env ./

CMD [ "go","run","cmd/main.go" ]

0 comments on commit b81a946

Please sign in to comment.