1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00
This commit is contained in:
kev 2015-06-10 22:54:14 +08:00
parent df4834d8f0
commit abb6a69a63

View File

@ -17,7 +17,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p $ETC $DIR \
&& cd $ETC \
&& openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $KEY -out $CERT
&& openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $KEY -out $CERT -batch
EXPOSE $PORT
VOLUME $DIR $ETC