Files
kittycad.py/Dockerfile
Jess Frazelle f8e040433e first commit
2021-12-06 12:24:34 -08:00

8 lines
110 B
Docker

FROM python:latest
RUN pip install \
openapi-python-client
# Set the default command to bash.
CMD ["bash"]