brand renaming, scenario reloads flight
This commit is contained in:
@@ -16,4 +16,5 @@ RUN pnpm install && pnpm run build
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=build /ui/app/dist /usr/share/nginx/html
|
||||
COPY docs/ /usr/share/nginx/docs/
|
||||
COPY ctrl/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
@@ -6,6 +6,10 @@ server {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
location /docs/ {
|
||||
alias /usr/share/nginx/docs/;
|
||||
}
|
||||
|
||||
location /agents {
|
||||
proxy_pass http://api:8000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user