fix(frontend): not building
This commit is contained in:
@@ -69,6 +69,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
args:
|
||||||
|
- PUBLIC_CONVEX_URL=${PUBLIC_CONVEX_URL}
|
||||||
image: stealth-ai-relay/frontend
|
image: stealth-ai-relay/frontend
|
||||||
profiles:
|
profiles:
|
||||||
- frontend
|
- frontend
|
||||||
@@ -85,6 +87,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
args:
|
||||||
|
- PUBLIC_CONVEX_URL=${PUBLIC_CONVEX_URL}
|
||||||
image: stealth-ai-relay/frontend
|
image: stealth-ai-relay/frontend
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./frontend:/app
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ FROM oven/bun:alpine
|
|||||||
ENV TERM=xterm-256color
|
ENV TERM=xterm-256color
|
||||||
ENV COLORTERM=truecolor
|
ENV COLORTERM=truecolor
|
||||||
|
|
||||||
|
ARG PUBLIC_CONVEX_URL
|
||||||
|
ENV PUBLIC_CONVEX_URL=$PUBLIC_CONVEX_URL
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user