Skip to content

Commit

Permalink
Merge pull request #6 from traPtitech/air-verse
Browse files Browse the repository at this point in the history
Airのpathが変更されていたので修正+booQのdb名でエラー出てたので修正
  • Loading branch information
s9-sukyu authored Jul 18, 2024
2 parents 9c75770 + 68e2074 commit e7def80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --update --no-cache git && \
rm -rf /var/cache/apk/*

WORKDIR /app
RUN go install github.com/cosmtrek/air@latest
RUN go install github.com/air-verse/air@latest

COPY go.mod go.sum ./
RUN go mod download
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
MYSQL_HOST: db
MYSQL_USER: root
MYSQL_PASSWORD: password
MYSQL_DATABASE: booq-v3_test
MYSQL_DATABASE: booq-v3
volumes:
- "./:/app"
tty: true
Expand Down

0 comments on commit e7def80

Please sign in to comment.