Exifly / ApiVault

Your gateway to a world of public APIs.
https://apivault.dev
Other
444 stars 40 forks source link

fixed docker-compose up adding start_server.py #120

Closed gdjohn4s closed 1 year ago

gdjohn4s commented 1 year ago

Description

This PR contains the fix for docker-compose on Windows environments.

Screenshots

image

Technical Details

The created script is start_server.py which runs the server start command python start.py. If it doesn't work, it launches the command python**3** start.py (this is because the Python interpreter might be called in either way).

Related Issues

This PR is related to the issue #119.

Pull Request Checklist