Feat: make dockerfile to test my workflow

This commit is contained in:
2022-05-09 09:09:38 +02:00
parent b1353bb6c7
commit fae2afa76c
8 changed files with 47 additions and 16 deletions

View File

@@ -12,5 +12,5 @@ COPY bopytex/ /src/bopytex
COPY setup.py /src/
RUN pip install -e /src
COPY example /example
COPY example/simple /example
WORKDIR /example