Skip to content

Commit

Permalink
chore(docker): Use more FHS friendly location for Docker entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 11, 2024
1 parent d07d587 commit 74642ad
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 @@ -107,7 +107,7 @@ LABEL org.opencontainers.image.revision="$REVISION"
COPY build-aux/docker-fontconfig.conf /etc/fonts/conf.d/99-docker.conf

COPY --from=builder /pkgdir /
COPY --from=builder /src/scripts/casile-entry.zsh /usr/bin
COPY --from=builder /src/scripts/casile-entry.zsh /usr/local/bin
RUN casile --version

WORKDIR /data
Expand Down

0 comments on commit 74642ad

Please sign in to comment.