This commit is contained in:
2026-07-02 08:30:11 +05:00
parent 57ae0784ec
commit 6fa93e15cc

View File

@@ -1,7 +1,7 @@
FROM node:20-alpine FROM node:20-alpine
RUN apk add --no-cache git RUN apk add --no-cache git
WORKDIR /app WORKDIR /app
RUN git https://git.dadehard.ru/kalugin66/gia-gve-certificates.git . RUN git clone https://git.dadehard.ru/kalugin66/gia-gve-certificates.git .
COPY docker-entrypoint.sh / COPY docker-entrypoint.sh /
RUN chmod +x /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]