Always install additional dependencies for dns plugins

This commit is contained in:
chaptergy
2020-11-03 21:59:18 +01:00
parent 7d693a4271
commit 60a40197f1
5 changed files with 6 additions and 4 deletions

View File

@ -38,6 +38,7 @@ 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