mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
update
This commit is contained in:
parent
df4834d8f0
commit
abb6a69a63
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user