fix dockerfile

This commit is contained in:
Gustavo Maronato 2023-09-20 01:43:01 -03:00
parent c16b039d3f
commit 4e695e882d
No known key found for this signature in database

View file

@ -25,6 +25,8 @@ COPY Makefile ./
# Copy source files
COPY main.go ./
COPY cmd cmd
COPY internal internal
# Build it
RUN --mount=type=cache,target=/tmp/.go-build-cache \