good version for 算法注册
This commit is contained in:
11
api-gateway/Dockerfile
Normal file
11
api-gateway/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM nginx:latest
|
||||
|
||||
# 复制nginx配置文件
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ai-services.conf /etc/nginx/conf.d/ai-services.conf
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 80
|
||||
|
||||
# 启动nginx
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user