Always install additional dependencies for dns plugins
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user