added Dockerfile to the root folder
This commit is contained in:
parent
165a6150f8
commit
d3bc5eae1a
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM python:3
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
RUN cp -r data_folder_example data_folder
|
||||||
|
VOLUME [ "/data_folder"]
|
||||||
|
CMD [ "python","main.py" ]
|
@ -1,42 +1,39 @@
|
|||||||
remote: [true/false]
|
remote: true
|
||||||
|
|
||||||
experienceLevel:
|
experienceLevel:
|
||||||
internship: [true/false]
|
internship: true
|
||||||
entry: [true/false]
|
entry: true
|
||||||
associate: [true/false]
|
associate: true
|
||||||
mid-senior level: [true/false]
|
mid-senior level: true
|
||||||
director: [true/false]
|
director: false
|
||||||
executive: [true/false]
|
executive: false
|
||||||
|
|
||||||
jobTypes:
|
jobTypes:
|
||||||
full-time: [true/false]
|
full-time: true
|
||||||
contract: [true/false]
|
contract: false
|
||||||
part-time: [true/false]
|
part-time: false
|
||||||
temporary: [true/false]
|
temporary: true
|
||||||
internship: [true/false]
|
internship: false
|
||||||
other: [true/false]
|
other: false
|
||||||
volunteer: [true/false]
|
volunteer: true
|
||||||
|
|
||||||
date:
|
date:
|
||||||
all time: [true/false]
|
all time: false
|
||||||
month: [true/false]
|
month: true
|
||||||
week: [true/false]
|
week: false
|
||||||
24 hours: [true/false]
|
24 hours: true
|
||||||
|
|
||||||
positions:
|
positions:
|
||||||
- position1
|
- Software Tester
|
||||||
- position2
|
|
||||||
|
|
||||||
locations:
|
locations:
|
||||||
- Country1
|
- USA
|
||||||
- Country2
|
|
||||||
|
|
||||||
distance: 100
|
distance: 100
|
||||||
|
|
||||||
companyBlacklist:
|
companyBlacklist:
|
||||||
- Company1
|
- Noir
|
||||||
- Company2
|
- Crossover
|
||||||
|
|
||||||
titleBlacklist:
|
titleBlacklist:
|
||||||
- word1
|
|
||||||
- word2
|
|
Loading…
Reference in New Issue
Block a user