Skip to content

Commit

Permalink
fixed issue with resolving version file
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Apr 13, 2024
1 parent f552110 commit 7e49b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_pyklatchat_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ echo "Building Chat Client"
cp requirements/requirements.txt chat_client
cp -R utils chat_client
cp config.py chat_client
cp version.py chat_server
cp uvicorn_logging.yaml chat_client
cd chat_client

Expand All @@ -68,6 +69,7 @@ cd ..
echo "Building Chat Server"
cp requirements/requirements.txt chat_server
cp config.py chat_server
cp version.py chat_server
cp -R utils chat_server
cp uvicorn_logging.yaml chat_server
cd chat_server
Expand Down

0 comments on commit 7e49b2d

Please sign in to comment.