crytpapd: fix run.sh

This commit is contained in:
Wonderfall 2017-07-14 05:35:27 +02:00
parent dccd302ebf
commit c21b1f384f
2 changed files with 5 additions and 1 deletions

View File

@ -12,8 +12,12 @@ RUN apk add --no-cache git tini su-exec ca-certificates libressl tar \
&& npm install -g bower \
&& bower install --allow-root
COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
EXPOSE 3000
VOLUME /cryptpad/datastore /cryptpad/customize
CMD ["/cryptpad/container-start.sh"]
CMD ["run.sh"]