openfaas / python-flask-template

HTTP and Flask-based OpenFaaS templates for Python 3
MIT License
85 stars 86 forks source link

fix: Adding tox.ini path to tox command in Dockerfile #45

Closed saikiran2603 closed 3 years ago

saikiran2603 commented 3 years ago

Description

tox.ini file path is not mentioned in tox command , and the file is not in the current working directory due to which tox command fails to find the config file. This change adds the path to tox command and specifies the tox.ini config file path which would resole this issue.

Motivation and Context

How Has This Been Tested?

Tested with -

  1. No test cases
  2. one or more test cases No change in existing functionality

Types of changes

Checklist:

derek[bot] commented 3 years ago

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.