Skip to content

Commit 8e45354

Browse files
author
Szymon Kozioł
committed
Fix VITE_API_PATH for local image
1 parent 472e36f commit 8e45354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
platforms: linux/amd64,linux/arm64
4444
tags: ghcr.io/${{ github.repository }}/${{ env.APP_NAME }}:local
4545
build-args: |
46-
VITE_API_URL=http://localhost:8000
46+
VITE_API_URL=http://localhost:8000/api
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max
4949

0 commit comments

Comments
 (0)