Skip to content

Conversation

@Alisa-lisa
Copy link

  • building docker container and running the app with uwsgi
  • extended Makefile with build and clean commands

I think it will make it easier for other people to set up and develop their things further, as well as now you can easier automate the deployment on any platform

Copy link
Owner

@ExpDev07 ExpDev07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks! But a couple of things:

  1. Please add your .idea/ IDE folder to gitignore and remove them from the commit.
  2. requirements.txt should also be in gitignore and generated automatically as a part of the build process (pipenv run pip freeze > requirements.txt).

@Kilo59 Kilo59 mentioned this pull request Apr 1, 2020
@Kilo59 Kilo59 self-requested a review April 1, 2020 22:08
Copy link
Collaborator

@Kilo59 Kilo59 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDE files should be ignored
Needs to be updated for FastAPI
https://fastapi.tiangolo.com/deployment/#docker

@Kilo59 Kilo59 linked an issue Apr 1, 2020 that may be closed by this pull request
@Kilo59 Kilo59 added dev Issue related to ease of development and code smells enhancement New feature or request labels Apr 3, 2020
@Kilo59
Copy link
Collaborator

Kilo59 commented Apr 10, 2020

Added as part of #251

@Kilo59 Kilo59 closed this Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev Issue related to ease of development and code smells enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docker compatibility

3 participants