linux - run temp nginx to solve let's encrypt challenges
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM ubuntu:focal
|
||||
|
||||
RUN apt update && apt install -y systemd
|
||||
RUN apt update && apt install -y systemd init
|
||||
|
||||
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \
|
||||
rm -f /lib/systemd/system/multi-user.target.wants/*;\
|
||||
|
||||
Reference in New Issue
Block a user