We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to read the Vapefile, the following error is encountered: "Error reading config: read Vapefile: is a directory".
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Additional Information:
Version of the tool or library being used: symm/vape:latest
Dockerfile
image: docker:19.03.12 stages: - smoke-test smoke-test: stage: smoke-test script: - docker ps - ls -l - docker run --rm -v $(pwd)/Vapefile:/Vapefile symm/vape:latest -skip-ssl-verification http://localhost:8080
Vapefile
[ { "uri": "/", "status_code": 200, "content": "Hello, World!" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When attempting to read the Vapefile, the following error is encountered: "Error reading config: read Vapefile: is a directory".
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Additional Information:
Version of the tool or library being used: symm/vape:latest
Dockerfile
Vapefile
The text was updated successfully, but these errors were encountered: