Skip to content
Snippets Groups Projects
Verified Commit 8d6a83b3 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[CodiMD] add link to CGU

parent 89a14abf
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ COPY --chown=1500:1500 --from=BUILD /opt/codimd .
RUN npm install --production && npm cache clean --force && rm -rf /tmp/{core-js-banners,phantomjs}
COPY entrypoint.sh .
EXPOSE 3000
ENTRYPOINT ["/home/codimd/app/docker-entrypoint.sh"]
ENTRYPOINT ["entrypoint.sh"]
#! /bin/sh
sed "154a | <a href=\"https://picasoft.net/co/cgu.html\">CGU</a> " -i /home/codimd/app/public/views/index/body.ejs
/home/codimd/app/docker-entrypoint.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment