mirror of
https://github.com/Maronato/go-finger.git
synced 2025-03-15 00:34:47 +00:00
Add missing paths to dockerfile
This commit is contained in:
parent
de3da93523
commit
8673f0db42
1 changed files with 54 additions and 52 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue