This commit is contained in:
Waylon Walker 2023-06-14 07:43:55 -05:00
parent 347418ee3f
commit b8a9ea0f17
6 changed files with 63 additions and 18 deletions

View file

@ -8,4 +8,6 @@ RUN pip3 install .
COPY . /app
RUN pip3 install .
EXPOSE 5000
ENTRYPOINT ["learn-sql-model", "api", "run"]