psycho postgres: the sequel

This commit is contained in:
Ethan Roseman
2022-11-22 15:59:12 +09:00
parent 2c6c86ecfb
commit 5619b5a39f

View File

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