FROM nginx:1.27-alpine COPY deploy/oke/nginx/default.conf /etc/nginx/conf.d/default.conf COPY apps/agent_frontend /usr/share/nginx/html EXPOSE 8080