Add missing paths to dockerfile

This commit is contained in:
Gustavo Maronato 2024-01-25 02:38:03 -03:00
parent de3da93523
commit 8673f0db42

View file

@ -27,6 +27,8 @@ COPY Makefile ./
COPY main.go ./
COPY cmd cmd
COPY internal internal
COPY webfingers webfingers
COPY handler handler
# Build it
RUN --mount=type=cache,target=/tmp/.go-build-cache \