mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Set PORT arg when building docker image in the build workflow
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user