fix: Docker error

This commit is contained in:
Siwoo Jeon 2025-03-29 23:34:43 +09:00
parent 38b7f41e5c
commit 10d40e85d3
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -6,7 +6,7 @@ WORKDIR /app
COPY ./commands .
COPY ./configs .
COPY ./databases .
COPY ./handlers .
COPY ./handler .
COPY ./utils .
COPY go.mod .
COPY go.sum .