twat/startup/queries/Dockerfile

4 lines
105 B
Docker
Raw Normal View History

2024-06-29 11:29:35 +02:00
FROM python:3
ADD exercise2_3.py /
RUN pip install cassandra-driver
CMD [ "python3", "./exercise2_3.py" ]