mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
crytpapd: fix run.sh
This commit is contained in:
parent
dccd302ebf
commit
c21b1f384f
@ -12,8 +12,12 @@ RUN apk add --no-cache git tini su-exec ca-certificates libressl tar \
|
|||||||
&& npm install -g bower \
|
&& npm install -g bower \
|
||||||
&& bower install --allow-root
|
&& bower install --allow-root
|
||||||
|
|
||||||
|
COPY run.sh /usr/local/bin/run.sh
|
||||||
|
|
||||||
|
RUN chmod +x /usr/local/bin/run.sh
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
VOLUME /cryptpad/datastore /cryptpad/customize
|
VOLUME /cryptpad/datastore /cryptpad/customize
|
||||||
|
|
||||||
CMD ["/cryptpad/container-start.sh"]
|
CMD ["run.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user