Skip to content

Commit

Permalink
added Docker Implementation module
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki committed Apr 25, 2024
1 parent 0df814b commit 89c4a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ skillsync
- **Build automation tool**
<p>Used pybuild to automate the building and testing process. Challenges I tackled in this step included setting up a venv for my python project, setting PYTHONPATH, specifying import absolute paths and overriding plugin's coverage restrictions for building the app. </p>

- **Docker Implementation**
<p>Created a docker image "skillsync" with in which the app builds and runs by creating a container which is then removed after exiting (docker run -it --rm skillsync)</p>

0 comments on commit 89c4a2c

Please sign in to comment.