Skip to content

Commit e94f3f8

Browse files
committed
fix docker build env
1 parent 9a1dfab commit e94f3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create .env file
2828
run: |
2929
echo "WEB_URL=http://localhost:3000" > .env
30-
echo "DOCKER_BUILD=true" >> .env
30+
echo "NEXT_PUBLIC_DOCKER_BUILD=true" >> .env
3131
echo "NEXT_PUBLIC_CAP_AWS_BUCKET=capso" >> .env
3232
echo "NEXT_PUBLIC_CAP_AWS_REGION=us-east-1" >> .env
3333
cat .env

0 commit comments

Comments
 (0)