fix: proxy web /api routes to api container
This commit is contained in:
@@ -15,6 +15,7 @@ RUN npm run build && npm run build:api
|
||||
|
||||
FROM nginx:alpine AS web
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY nginx.default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
FROM node:22-alpine AS runtime-base
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user