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 0ef58f2 commit 8bd9e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions step2/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


1 change: 1 addition & 0 deletions step3/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 8bd9e0a

Please sign in to comment.