1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00
This commit is contained in:
antelle 2016-04-22 20:50:27 +03:00
parent 7485fe8760
commit cc44f3211b
2 changed files with 4 additions and 4 deletions

View File

@ -25,11 +25,11 @@ ADD keeweb.conf /etc/nginx/conf.d/keeweb.conf
ADD entrypoint.sh /opt/entrypoint.sh
RUN chmod a+x /opt/entrypoint.sh
ENTRYPOINT ["/opt/entrypoint.sh"]
CMD ["nginx"]
# clone keeweb
RUN git clone --depth 1 --single-branch --branch gh-pages https://github.com/antelle/keeweb.git
ENTRYPOINT ["/opt/entrypoint.sh"]
CMD ["nginx"]
EXPOSE 443
EXPOSE 80

View File

@ -5,7 +5,7 @@ echo "Welcome to KeeWeb docker container!"
if [ -z ${DH_SIZE+x} ]
then
>&2 echo ">> no \$DH_SIZE specified using default"
DH_SIZE="2048"
DH_SIZE="1024"
fi