Compare commits

...

1 Commits

Author SHA1 Message Date
IamTheFij f66276c24f Fix ownership of app directory
continuous-integration/drone/push Build is passing Details
This seems to be causing an error on startup.
2019-12-21 08:26:04 -08:00
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