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