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 Jan 24, 2024
1 parent b488f05 commit fb5ca83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/official/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ 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

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

VOLUME /home/rundeck/var/logs

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

0 comments on commit fb5ca83

Please sign in to comment.