Skip to content

Commit

Permalink
just detach
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 31, 2024
1 parent a757dfd commit 1e53a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Start tile server
run: |
docker compose build martin
docker compose up --no-build --no-deps --wait martin
docker compose up --no-build --detach martin
- name: Start web server
run: |
Expand Down
2 changes: 0 additions & 2 deletions martin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ FROM ghcr.io/maplibre/martin:main
COPY martin /config
COPY symbols /symbols

HEALTHCHECK CMD wget --spider localhost:3000/catalog

CMD ["--config", "/config/configuration.yml", "--sprite", "/symbols", "--font", "/config/fonts"]

0 comments on commit 1e53a54

Please sign in to comment.