WIP: Working individual containers and docker compose demo
This commit is contained in:
committed by
=Michael Hohn
parent
259bac55fb
commit
34958e4cf4
@@ -25,5 +25,6 @@ RUN pip install -r requirements.txt
|
||||
# Install qldbtools
|
||||
RUN pip install .
|
||||
|
||||
# Set the default entrypoint
|
||||
CMD ["/bin/bash"]
|
||||
# Run forever
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user