vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Fixing command to tests with docker #474

Closed edilson closed 4 years ago

edilson commented 4 years ago

Description

As described on issue #444 the commands dockertest and dockertestreset don't work because the service built with docker is backend, with that said it isn't necessary to especify the path to backend on the commands described.

Motivation and Context

Fix the command to run the test of the backend service on docker.

Types of changes

Checklist:

vanessa commented 4 years ago

Sorry, @SEdilson!

From what I saw here during my tests, Docker now binds the root directory to the container (this was done in #441, 2 days after I created the issue :disappointed_relieved:), so the command is now correct. We won't need to change it.

I'll close this pull request and the issue related to it, okay?