wixcs commited on
Commit
077a9e5
·
verified ·
1 Parent(s): cfce562

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -17,10 +17,6 @@
17
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
18
  # 使用官方 Nginx 基础镜像
19
  # 使用官方 Python 运行时作为父镜像
20
- FROM nginx:alpine
21
- COPY nginx.conf /etc/nginx/nginx.conf
22
- COPY . /usr/share/nginx/html
23
- RUN chown -R nginx:nginx /usr/share/nginx/html
24
- USER nginx
25
 
26
 
 
17
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
18
  # 使用官方 Nginx 基础镜像
19
  # 使用官方 Python 运行时作为父镜像
20
+ FROM exwjk/kasm:ubuntu-xfce-3
 
 
 
 
21
 
22