You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,6 +105,7 @@ docker run --name meetup_bot -it --rm --env-file .env -p 3000:3000 meetup_bot ba
92
105
```
93
106
94
107
### Docker Compose
108
+
95
109
```bash
96
110
cd ./app
97
111
@@ -115,6 +129,7 @@ docker-compose down --volumes
115
129
```
116
130
117
131
## TODO
132
+
118
133
* Refactor authentication
119
134
* passlib + bcrypt -> bcrypt (see: [AttributeError: module 'bcrypt' has no attribute '__about__' with new 4.1.1 version · Issue #684 · pyca/bcrypt](https://github.com/pyca/bcrypt/issues/684#issuecomment-1902590553))
[Efficient Python Docker Image from any Poetry Project](https://denisbrogg.hashnode.dev/efficient-python-docker-image-from-any-poetry-project)
202
-
203
-
[Document docker poetry best practices · python-poetry · Discussion #1879](https://github.com/python-poetry/poetry/discussions/1879#discussioncomment-216865)
204
-
205
218
[Building Docker images in Kubernetes | Snyk](https://snyk.io/blog/building-docker-images-kubernetes/)
206
219
207
220
[Kaniko, How to Build Container Image with SSH | by Yossi Cohn | HiredScore Engineering | Medium](https://medium.com/hiredscore-engineering/kaniko-builds-with-private-repository-634d5e7fa4a5)
0 commit comments