Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Aug 28, 2023
1 parent e9f41e4 commit 3d8aca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ WORKDIR /app

COPY . /app

RUN apt-get update && \
apt-get install -y jq && \
pip install --no-cache-dir -r requirements.txt
RUN apt-get update
RUN apt-get install -y jq
RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 8000

Expand Down

0 comments on commit 3d8aca5

Please sign in to comment.