This commit is contained in:
parent
0eb135cbac
commit
5adb09581c
@ -50,7 +50,7 @@ RUN chmod +x /docker-entrypoint.sh; \
|
||||
ln -s ../conf-available/dav.conf "conf/conf-enabled"; \
|
||||
ln -s ../sites-available/default.conf "conf/sites-enabled"; \
|
||||
# Install openssl if we need to generate a self-signed certificate.
|
||||
apt update -y && apt upgrade -y && apt install openssl apr-util-bdb -y
|
||||
apt update -y && apt upgrade -y && apt install openssl apr-util -y
|
||||
|
||||
EXPOSE 80/tcp 443/tcp
|
||||
ENTRYPOINT [ "/docker-entrypoint.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user