How to run using Docker? #1694
TheMissingPort
started this conversation in
General
Replies: 1 comment
-
you have to git clone https://github.com/UltimaHoarder/UltimaScraper first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get this running using Docker
I get as far as running the command:
docker build -t only-fans . && docker run -it --rm --name onlyfans -v ${PWD}/.settings:/usr/src/app/.settings -v ${PWD}/.profiles:/usr/src/app/.profiles -v ${PWD}/.sites:/usr/src/app/.sites only-fans
I get the following error:
failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount444144095/Dockerfile: no such file or directory
I've tried everything. I have no such directory. Am I suppose to be running the command in terminal? Am I missing something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions