File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu-latest
18
+ runs-on :
19
+ group : dbs-runners
19
20
permissions :
20
21
contents : read
21
22
packages : write
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Docker image.
43
43
### From source
44
44
45
45
These are instructions for Linux/macOS operating systems. Windows may differ depending on your system configuration.
46
- Keep in mind that application requires to have present variables from the ` config.py ` . Check the Pydantic docs provided
46
+ Keep in mind that application requires presence of variables from the ` config.py ` . Check the Pydantic docs provided
47
47
for more information.
48
48
49
49
1 . Create python virtual environment: ` python -m venv venv `
@@ -60,7 +60,7 @@ repository) simply by calling:
60
60
docker build -t dbs-python-example .
61
61
```
62
62
63
- After successfully build, you can run it as a container named ` dbs-python-example-container ` using command bellow.
63
+ After a successful build, you can run it as a container named ` dbs-python-example-container ` using command bellow.
64
64
This example also pass the ` NAME ` environment variable with value ` Dexter ` and redirect ports, so you can access the
65
65
HTTP server inside the container.
66
66
You can’t perform that action at this time.
0 commit comments