Skip to content

Commit

Permalink
Add execution log directory as volume declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahormazabal committed Apr 9, 2024
1 parent a23c42d commit bdaaea4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/official/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ COPY --chown=rundeck:root remco /etc/remco
COPY --chown=rundeck:root lib docker-lib
COPY --chown=rundeck:root etc etc

RUN chmod -R 0775 etc
RUN chmod -R 0775 etc && \
mkdir -p /home/rundeck/var/logs && \
chmod -R 0775 /home/rundeck/var/logs

VOLUME ["/home/rundeck/server/data"]

VOLUME /home/rundeck/var/logs

EXPOSE 4440
ENTRYPOINT [ "/tini", "--", "docker-lib/entry.sh" ]

0 comments on commit bdaaea4

Please sign in to comment.