Skip to content

Commit

Permalink
add touch for log file
Browse files Browse the repository at this point in the history
  • Loading branch information
and-lucas-kelly committed Aug 23, 2021
1 parent 05b176d commit 40c669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN chown -hR appuser:appgroup ${APP_HOME}/log
RUN chown -hR appuser:appgroup ${APP_HOME}/app
RUN chown -hR appuser:appgroup ${APP_HOME}/tmp

# RUN touch ${APP_HOME}/log/production.log
RUN touch ${APP_HOME}/log/production.log

RUN chown -hR appuser:appgroup ${APP_HOME}/log/production.log

Expand Down

0 comments on commit 40c669e

Please sign in to comment.