wip
This commit is contained in:
parent
3490305e39
commit
d747299c95
8 changed files with 64 additions and 49 deletions
|
|
@ -4,9 +4,9 @@ WORKDIR /app
|
|||
Copy pyproject.toml /app
|
||||
COPY learn_sql_model/__about__.py /app/learn_sql_model/__about__.py
|
||||
COPY README.md /app
|
||||
RUN pip3 install '.[api]'
|
||||
RUN pip3 install '.[all]'
|
||||
COPY . /app
|
||||
RUN pip3 install '.[api]'
|
||||
RUN pip3 install '.[all]'
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue