This commit is contained in:
ricwo 2022-11-08 13:33:53 +01:00
parent 6d3e092448
commit abb1771a80

View file

@ -15,3 +15,6 @@ COPY . /app
WORKDIR /app
RUN pip install .
# open bash
CMD ["/bin/bash"]