Skip to content

Commit

Permalink
fix: dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 7, 2024
1 parent 23ac596 commit 5b64887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD pyproject.toml .
ADD setup.py .

RUN apt-get update
RUN apt install postgresql
RUN apt-get install -y postgresql
RUN pip install . --no-cache-dir

EXPOSE 8000
Expand Down

0 comments on commit 5b64887

Please sign in to comment.