1
0
forked from baron/baron-sso
Files
baron-sso/gateway/Dockerfile
2026-01-30 17:56:42 +09:00

7 lines
114 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 5000
CMD ["nginx", "-g", "daemon off;"]