mirror of
https://github.com/Maronato/go-finger.git
synced 2025-03-15 00:34:47 +00:00
fix dockerfile
This commit is contained in:
parent
c16b039d3f
commit
4e695e882d
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ COPY Makefile ./
|
||||||
|
|
||||||
# Copy source files
|
# Copy source files
|
||||||
COPY main.go ./
|
COPY main.go ./
|
||||||
|
COPY cmd cmd
|
||||||
|
COPY internal internal
|
||||||
|
|
||||||
# Build it
|
# Build it
|
||||||
RUN --mount=type=cache,target=/tmp/.go-build-cache \
|
RUN --mount=type=cache,target=/tmp/.go-build-cache \
|
||||||
|
|
Loading…
Add table
Reference in a new issue