mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
refactor(api): always use HOST=0.0.0.0 with docker compose (#56618)
This commit is contained in:
committed by
GitHub
parent
4d78206076
commit
c29461a201
1
.github/workflows/e2e-with-new-api.yml
vendored
1
.github/workflows/e2e-with-new-api.yml
vendored
@@ -147,7 +147,6 @@ jobs:
|
||||
- name: Set freeCodeCamp Environment Variables (needed by api)
|
||||
run: |
|
||||
cp sample.env .env
|
||||
echo 'HOST=0.0.0.0' >> .env
|
||||
|
||||
- name: Install playwright dependencies
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
Reference in New Issue
Block a user