Skip to content

Commit

Permalink
Update Dockerfile (fixed typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger authored Apr 10, 2024
1 parent 027ce66 commit 61eac23
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 @@ -57,7 +57,7 @@ RUN chmod a+x /tmp/required-lilypond-converter.sh \
# install verovio-converter dependencies
ADD https://github.com/Edirom/verovio-converter/raw/main/required.sh /tmp/required-verovio-converter.sh
RUN chmod a+x /tmp/required-verovio-converter.sh \
&& /tmp/verovio-converter.sh --batch
&& /tmp/required-verovio-converter.sh --batch

# entrypoint script
COPY docker-entrypoint.sh /my-docker-entrypoint.sh
Expand Down

0 comments on commit 61eac23

Please sign in to comment.