mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-02-07 11:33:38 -05:00
Update Docker compose command to avoid pulling images
This commit is contained in:
parent
e0b363fb17
commit
fcbe8164ea
6
.github/workflows/run-tests.yml
vendored
6
.github/workflows/run-tests.yml
vendored
@ -53,8 +53,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Docker build
|
||||
run: docker build -f docker/Dockerfile -t libretranslate/libretranslate:latest .
|
||||
|
||||
- name: Docker compose up
|
||||
run: docker compose up -d
|
||||
run: docker compose up -d --pull never
|
||||
|
||||
- name: Check Healthcheck
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user