add docs to dockerfile

This commit is contained in:
Gustavo Maronato 2023-08-30 22:30:42 -03:00
parent f06e933a80
commit cfcda8e315
Signed by: maronato
SSH Key Fingerprint: SHA256:2Gw7kwMz/As+2UkR1qQ/qYYhn+WNh3FGv6ozhoRrLcs

View File

@ -33,6 +33,7 @@ RUN VITE_API_URL=/api npm run --prefix frontend build
COPY goshort.go ./
COPY cmd cmd
COPY internal internal
COPY docs docs
# Build the backend
RUN --mount=type=cache,target=/tmp/.go-build-cache \