Update Dockerfile

pull/27/head
Cullen Watson 2023-08-28 13:20:47 -05:00 committed by GitHub
parent e9f41e4f88
commit 3d8aca5ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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