Skip to content

Commit bf49545

Browse files
committed
config: expose port
1 parent f8bce56 commit bf49545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ COPY . ./
1212
RUN apt-get update
1313
RUN apt-get install libpq-dev gcc build-essential wkhtmltopdf -y
1414
RUN poetry install
15+
EXPOSE $PORT
1516

1617
ARG OPENAI_API_KEY
1718
ENV OPENAI_API_KEY=$OPENAI_API_KEY

0 commit comments

Comments
 (0)