Skip to content

Commit

Permalink
Switch UID test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 20, 2024
1 parent 9b5c5de commit 616c081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

A convenient way to run LaTeX on various platform using Docker (latexmk, pdflatex...).

[![Dockerfile](https://img.shields.io/badge/GitHub-Dockerfile-blue)](https://github.com/leplusorg/docker-latex/blob/main/latex/Dockerfile)
[![Docker Build](https://github.com/leplusorg/docker-latex/workflows/Docker/badge.svg)](https://github.com/leplusorg/docker-latex/actions?query=workflow:"Docker")
[![Docker Stars](https://img.shields.io/docker/stars/leplusorg/latex)](https://hub.docker.com/r/leplusorg/latex)
[![Docker Pulls](https://img.shields.io/docker/pulls/leplusorg/latex)](https://hub.docker.com/r/leplusorg/latex)
Expand Down
2 changes: 1 addition & 1 deletion latex/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
build:
context: .
dockerfile: Dockerfile
command: "sh -c '[ $(id -u) -ne 0 ] && latexmk --version'"
command: "sh -c '[ $$(id -u) -eq 1000 ] && latexmk --version'"

0 comments on commit 616c081

Please sign in to comment.