psycho postgres 2: the sequel: the squeakuel

This commit is contained in:
Ethan Roseman 2022-11-22 16:00:53 +09:00
parent 5619b5a39f
commit e2d9f6e682
No known key found for this signature in database
GPG Key ID: 27F9FCEB8E4969BD
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ WORKDIR /frogress
ENV PATH="$PATH:/etc/poetry/bin"
RUN poetry add psycopg2
RUN poetry add psycopg2-binary
RUN poetry install
COPY .env /frogress