fixed .dockerignore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-07 11:15:27 +03:00
parent 145acf4128
commit e3c4262834
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ RUN apk update && apk add --no-cache \
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/ COPY --from=builder /usr/src/app/ /usr/src/app/
COPY . . COPY . .
RUN chmod +x zip_image.sh #RUN chmod +x zip_image.sh
ENTRYPOINT ["npx", "quartz"] ENTRYPOINT ["npx", "quartz"]