update client and fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-03-06 17:46:14 -08:00
parent 020b19a3c2
commit 004daabdf9
8 changed files with 26 additions and 13 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /usr/src/
COPY . /usr/src/
RUN poetry install
RUN poetry update && poetry install
# Set the default command to bash.
CMD ["bash"]