Closed atilaromero closed 6 years ago
Dockerfile for efetch, using alpine to minimize image size To run: docker build . -t efetch docker run -p 8080:8080 -v $(pwd):$(pwd) -w $(pwd) efetch efetch --address=0.0.0.0
docker build . -t efetch
docker run -p 8080:8080 -v $(pwd):$(pwd) -w $(pwd) efetch efetch --address=0.0.0.0
Oh, there were 2 remote repositories, 'flask' and 'origin/flask', I used the second since it was newer, but I suspect the name was a typo.
Tested the dockerfile and it worked great! Thanks for the commit.
Dockerfile for efetch, using alpine to minimize image size To run:
docker build . -t efetch
docker run -p 8080:8080 -v $(pwd):$(pwd) -w $(pwd) efetch efetch --address=0.0.0.0
Oh, there were 2 remote repositories, 'flask' and 'origin/flask', I used the second since it was newer, but I suspect the name was a typo.