Fix ownership of app directory
continuous-integration/drone/push Build is passing Details

This seems to be causing an error on startup.
This commit is contained in:
IamTheFij 2019-12-21 08:26:04 -08:00
parent f6ccd9a3bd
commit f66276c24f
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN addgroup -S minitor && adduser -S minitor -G minitor
# Copy scripts
COPY ./scripts /app/scripts
RUN chown -R minitor:minitor /app
RUN chmod -R 755 /app/scripts
# Drop to non-root user

View File

@ -31,6 +31,7 @@ RUN addgroup -S minitor && adduser -S minitor -G minitor
# Copy scripts
COPY ./scripts /app/scripts
RUN chown -R minitor:minitor /app
RUN chmod -R 755 /app/scripts
# Drop to non-root user