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

This commit is contained in:
2024-09-07 11:15:27 +03:00
parent 145acf4128
commit e3c4262834
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
COPY --from=builder /usr/src/app/ /usr/src/app/
COPY . .
RUN chmod +x zip_image.sh
#RUN chmod +x zip_image.sh
ENTRYPOINT ["npx", "quartz"]