This commit is contained in:
Rustem Khusnutdinov
2024-11-28 22:26:52 +03:00
committed by GitHub
parent 74b6edcf5c
commit cd05fb00d8

View File

@@ -18,6 +18,8 @@ COPY src/docker-entrypoint.sh /
COPY src/add-to-wiki /usr/local/bin/
COPY src/default.md.j2 /var/
RUN chmod +x /docker-entrypoint.sh
WORKDIR /workdir
ENTRYPOINT [ "/docker-entrypoint.sh" ]