Feat: rename dockerfile from mapytex to usecase
This commit is contained in:
parent
3d54cce718
commit
0a40e132c5
@ -1,5 +1,4 @@
|
||||
FROM python:3.11-rc-slim
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y texlive texlive-extra-utils
|
||||
|
||||
@ -13,5 +12,6 @@ COPY bopytex/ /src/bopytex
|
||||
COPY setup.py /src/
|
||||
RUN pip install -e /src
|
||||
|
||||
COPY example/mapytex /example
|
||||
COPY example/usecase /example
|
||||
WORKDIR /example
|
||||
ENV BOPYTEXCONFIG="bopytex_config.py"
|
Loading…
Reference in New Issue
Block a user