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

@ -38,7 +38,6 @@ COPY global /app/global
WORKDIR /app
RUN yarn install
RUN mkdir -p /etc/letsencrypt/credentials
# Remove frontend service not required for prod, dev nginx config as well
RUN rm -rf /etc/services.d/frontend RUN rm -f /etc/nginx/conf.d/dev.conf