소스 검색

feat:添加dockerignore文件

zhaohaipeng 1 주 전
부모
커밋
e7afd9b489
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      docker-compose.yml

+ 3 - 1
docker-compose.yml

@@ -3,7 +3,7 @@ services:
     build:
       context: .
       dockerfile: Dockerfile
-    image: sorawm_server:prod
+    image: sorawm_server::${IMAGE_TAG:-latest}
     container_name: sorawm_server
     working_dir: /app
     ports:
@@ -11,4 +11,6 @@ services:
       - "8503:8503"
     volumes:
       - .:/app
+    environment:
+      - UV_LINK_MODE=copy
     command: /app/sorawm_start.sh