6 lines
No EOL
253 B
Docker
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 |