mirror of https://github.com/Bunsly/JobSpy
Update Dockerfile
parent
e9f41e4f88
commit
3d8aca5ec4
|
@ -4,9 +4,9 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update
|
||||||
apt-get install -y jq && \
|
RUN apt-get install -y jq
|
||||||
pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue