Skip to content

Commit

Permalink
Add run-h2-v2-migration.sh script to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
trnubo committed Mar 24, 2023
1 parent 73282f4 commit 105b0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ VOLUME ["/var/lib/rundeck/data", "/var/lib/rundeck/logs", "/var/rundeck", "/var/
# Add config files
COPY run.sh /run.sh
COPY ansible-bootstrap/ /ansible-bootstrap/
COPY run-h2-v2-migration.sh /run-h2-v2-migration.sh

ENV RD_URL http://localhost:4440
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]
Expand Down

0 comments on commit 105b0e7

Please sign in to comment.