Merge branch 'main' into linkedin_job_type

pull/30/head
Cullen Watson 2023-08-31 14:00:01 -05:00 committed by GitHub
commit 50bbe1088d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build and Push Docker Image
on: on:
push: push:
branches: branches:
- patch_docker - main
jobs: jobs:
build: build:

View File

@ -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
``` ```