mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 10:13:46 +00:00
5 lines
148 B
Docker
5 lines
148 B
Docker
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
|