|
|
@@ -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
|