Makes sure credentials folder exist every time before saving credentials

This commit is contained in:
chaptergy
2020-11-04 19:31:40 +01:00
parent 32e5155783
commit cb014027bb
4 changed files with 2 additions and 4 deletions

View File

@ -18,7 +18,6 @@ RUN cd /usr \
COPY rootfs /
RUN rm -f /etc/nginx/conf.d/production.conf
RUN mkdir -p /etc/letsencrypt/credentials
# s6 overlay
RUN curl -L -o /tmp/s6-overlay-amd64.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.tar.gz" \