Skip to content

Commit

Permalink
Merge pull request MaxxRider#16 from KGK06/master
Browse files Browse the repository at this point in the history
Hope This May Work For Extracting Error
🤢🤢🤢🤢🤢🤢🤢🤢🤢🤢🤢😐
  • Loading branch information
MaxxRider authored May 23, 2021
2 parents 636c2a7 + b89a438 commit f2073d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ RUN chmod 0775 /app/gautam/gclone
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x extract
#RUN chmod +x extract
CMD ["bash","start.sh"]
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ if [[ -n $RCLONE_CONFIG ]]; then
echo "Rclone config detected"
echo -e "$RCLONE_CONFIG" > /app/rclone.conf
fi
chmod +x extract
python3 -m tobrot

0 comments on commit f2073d3

Please sign in to comment.