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 ./commands .
|
||||||
COPY ./configs .
|
COPY ./configs .
|
||||||
COPY ./databases .
|
COPY ./databases .
|
||||||
COPY ./handlers .
|
COPY ./handler .
|
||||||
COPY ./utils .
|
COPY ./utils .
|
||||||
COPY go.mod .
|
COPY go.mod .
|
||||||
COPY go.sum .
|
COPY go.sum .
|
||||||
|
|
Loading…
Reference in a new issue