We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bce56 commit bf49545Copy full SHA for bf49545
backend/Dockerfile
@@ -12,6 +12,7 @@ COPY . ./
12
RUN apt-get update
13
RUN apt-get install libpq-dev gcc build-essential wkhtmltopdf -y
14
RUN poetry install
15
+EXPOSE $PORT
16
17
ARG OPENAI_API_KEY
18
ENV OPENAI_API_KEY=$OPENAI_API_KEY
0 commit comments