diff --git a/Dockerfile b/Dockerfile index 66d7a1c..bdd45dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app # Copy the entrypoint script into the container COPY entrypoint.sh . +COPY rclone.conf /root/.config/rclone/rclone.conf # Make sure the script is executable diff --git a/docker-compose.yml b/docker-compose.yml index a0f4954..a4ab665 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,4 @@ services: # Set your target Google Drive folder ID here. - DRIVE_FOLDER_ID=1HKPydId23FmOWaT5dzBnDt0ooIMwzDLS volumes: - # Map your local folder to the container's /shared/transcriptor/clips - - /shared/transcriptor/clips:/shared/transcriptor/clips - # Mount your rclone configuration file containing the Google Drive remote details. - - ./rclone.conf:/root/.config/rclone/rclone.conf:ro \ No newline at end of file + - /shared/transcriptor/clips:/shared/transcriptor/clips \ No newline at end of file