Skip to content
New issue

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

Backend docker failing #169

Open
leticiaarj opened this issue Mar 11, 2021 · 1 comment
Open

Backend docker failing #169

leticiaarj opened this issue Mar 11, 2021 · 1 comment
Assignees
Labels
backend bug Something isn't working

Comments

@leticiaarj
Copy link
Collaborator

The django framework does not work correctly on Ubuntu and Windows operating systems.

@AmandaMuniz
Copy link
Collaborator

While implementing test cases in the backend, it was possible to notice that Django wasn't built correctly in the different operating systems. While working on Linux, it didn't build up on windows.

Not only that, but an import error was shown when trying to run the tests.
Screenshot_20210323_160227

It is possible to see that in the Dockerfile, some parts of python were downloaded when the Docker documentation does not recommend this practice.
Screenshot_20210323_160507

Because of this situation, it was necessary to apply changes in the Dockerfile to reduce the steps to build the application's Docker. These changes can be seen in the pull request present in the backend repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants