diff --git a/.dokerignore b/.doсkerignore similarity index 100% rename from .dokerignore rename to .doсkerignore diff --git a/Dockerfile b/Dockerfile index 7ea73ceb9..08c9dd59e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file