This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/custom/cryptpad/Dockerfile
2023-01-31 11:37:20 +01:00

6 lines
No EOL
253 B
Docker

FROM promasu/cryptpad:nginx
COPY config.js /cryptpad/config/config.js
RUN sed -i "s@//httpAddress: '::'@httpAddress: '0.0.0.0'@" /cryptpad/config/config.js
RUN sed -i "s@installMethod: 'unspecified'@installMethod: 'docker'@" /cryptpad/config/config.js