This PR contains the fix for docker-compose on Windows environments.
Screenshots
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
[x] Code follows the established CODE_OF_CONDUCT guidelines.
[x] Code has been tested thoroughly and passes all tests.
[x] All commit messages are descriptive and follow the established commit message format.
[x] Pull request title follows the established pull request title format.
[x] Pull request description clearly describes the changes included in the pull request.
Description
This PR contains the fix for docker-compose on Windows environments.
Screenshots
Technical Details
The created script is
start_server.py
which runs the server start commandpython start.py
. If it doesn't work, it launches the commandpython**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