mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Set PORT arg when building docker image in the build workflow
This commit is contained in:
parent
359f25b0a4
commit
f08591c880
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -30,3 +30,5 @@ jobs:
|
||||||
file: config/Dockerfile
|
file: config/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${{ github.repository }}:latest
|
tags: ghcr.io/${{ github.repository }}:latest
|
||||||
|
build-args: |
|
||||||
|
PORT=8000
|
Loading…
Reference in a new issue