Fixed build arg.

This commit is contained in:
SamTV12345 2024-01-20 18:51:04 +01:00
parent 71cd42d370
commit 3d7ca0f9e2
2 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
-
name: build docker image
run: |
docker build -f Dockerfile -t epl-debian-slim --env NODE_ENV=develop .
docker build -f Dockerfile -t epl-debian-slim --build-arg NODE_ENV=develop .
docker build -f src/tests/ratelimit/Dockerfile.nginx -t nginx-latest .
docker build -f src/tests/ratelimit/Dockerfile.anotherip -t anotherip .
-