fix: Docker error
This commit is contained in:
parent
38b7f41e5c
commit
10d40e85d3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
COPY ./commands .
|
||||
COPY ./configs .
|
||||
COPY ./databases .
|
||||
COPY ./handlers .
|
||||
COPY ./handler .
|
||||
COPY ./utils .
|
||||
COPY go.mod .
|
||||
COPY go.sum .
|
||||
|
|
Loading…
Reference in a new issue