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
If the work is already done, build on top of it, no need to remake the wheel.
33
33
34
34
35
-
For dev use:
35
+
### For dev use:
36
36
1.`python3 -m venv venv`
37
37
2.`pip freeze > requirements.txt`
38
38
39
39
### Docker compose info
40
40
1. set variables in `.env`
41
41
2. run `docker-compose up` or `docker-compose up -d` for background run
42
-
3.`docker ps --format "{{.ID}}: {{.Image}} - {{.Ports}}"` to see docker contaienr info, docker-compose does not show this info in docker desktop when ran from docker compoase for some reason...
42
+
3.`docker ps --format "{{.ID}}: {{.Image}} - {{.Ports}}"` to see docker contaienr info, docker-compose does not show this info in docker desktop when ran from docker compoase for some reason...
0 commit comments