mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-05-30 18:55:16 -04:00
Simplify Docker compose command in workflow
Removed language-specific loading from Docker compose command.
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Docker compose up
|
||||
run: LT_LOAD_ONLY=en,fr docker compose up -d
|
||||
run: docker compose up -d
|
||||
|
||||
- name: Check Healthcheck
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user