Dockerfile added git
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-04 23:33:45 +03:00
parent 01256a5ae1
commit 6cbe8bffbc
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -12,7 +12,8 @@ RUN apk update && apk add --no-cache \
jpegoptim \
libwebp-tools \
findutils \
bash
bash \
git
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/