mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Fixed env.
This commit is contained in:
parent
c4fa093a1f
commit
e154a6151d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/rate-limit.yml
vendored
2
.github/workflows/rate-limit.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
-
|
||||
name: build docker image
|
||||
run: |
|
||||
docker build -f Dockerfile -t epl-debian-slim .
|
||||
docker build -f Dockerfile -t epl-debian-slim --env NODE_ENV=develop .
|
||||
docker build -f src/tests/ratelimit/Dockerfile.nginx -t nginx-latest .
|
||||
docker build -f src/tests/ratelimit/Dockerfile.anotherip -t anotherip .
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue