update client and fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user