mirror of https://github.com/Bunsly/JobSpy
Merge branch 'main' into linkedin_job_type
commit
50bbe1088d
|
@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- patch_docker
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -156,7 +156,7 @@ By default:
|
||||||
|
|
||||||
To run the image with these default settings, use:
|
To run the image with these default settings, use:
|
||||||
|
|
||||||
Example (Windows):
|
Example (Cmd Prompt - Windows):
|
||||||
```bash
|
```bash
|
||||||
docker run -v %cd%/client_secret.json:/app/client_secret.json -p 8000:8000 ghcr.io/cullenwatson/jobspy
|
docker run -v %cd%/client_secret.json:/app/client_secret.json -p 8000:8000 ghcr.io/cullenwatson/jobspy
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue