Skip to content

Commit

Permalink
fix client gunicorn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-c-goog committed Aug 14, 2023
1 parent 8bd9e0a commit 787bcca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions step2/src/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN poetry build
FROM base as runner
COPY --from=builder /src/dist/*.whl /
RUN pip install /*.whl && rm /*.whl
RUN pip install markupsafe==2.0.1
COPY ./config.py /config.py

EXPOSE 8080
Expand Down

0 comments on commit 787bcca

Please sign in to comment.