From 23a6d9d18ec149b4a7373ce9c42b7b0e14155dad Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 7 Sep 2025 02:15:56 -0700 Subject: [PATCH] update command --- Dockerfile | 2 -- compose.yaml | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d76108..759b9de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,3 @@ RUN useradd -m mokurouser \ && chown -R mokurouser:mokurouser /home/mokurouser WORKDIR /home/mokurouser/mokuro - -COPY . . diff --git a/compose.yaml b/compose.yaml index 0612c43..8d2d11c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,12 +8,12 @@ services: container_name: mokuro user: 1000:1000 volumes: - - ~/S/japanese/manga/One Piece Color/One Piece color v01-05:/home/mokurouser/mokuro - # - ~/S/japanese/manga/One Piece Color/One Piece color v06-10:/home/mokurouser/mokuro - command: mokuro --parent_dir One\ Piece\ Color --disable_confirmation + - ~/S/japanese/manga:/home/mokurouser/mokuro + command: mokuro --parent_dir One\ Piece\ Color --disable_confirmation && ./One\ Piece\ Color/zip.sh runtime: nvidia restart: no network_mode: host + tty: true deploy: resources: reservations: