Skip to content

Commit

Permalink
Better name for libreoffice cmd script
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed May 6, 2024
1 parent 22468ed commit c4cfddd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DOCKER_REPOSITORY=local
FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG} AS scyllaridae

COPY scyllaridae.yml /app/
COPY docker-entrypoint.sh /app/
COPY cmd.sh /app/

RUN apk update && \
apk add --no-cache \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/libreoffice/scyllaridae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ allowedMimeTypes:
- "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
cmdByMimeType:
default:
cmd: /app/docker-entrypoint.sh
cmd: /app/cmd.sh

0 comments on commit c4cfddd

Please sign in to comment.