WIP essentia
This commit is contained in:
@@ -12,6 +12,10 @@ RUN npm ci
|
||||
# Copy application code
|
||||
COPY . .
|
||||
|
||||
# Build argument for API URL
|
||||
ARG NEXT_PUBLIC_API_URL=http://localhost:8001
|
||||
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||
|
||||
# Build the application
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user