changed file name

This commit is contained in:
yoshi 2025-04-30 11:59:37 -07:00
parent e991d3cba7
commit 52d62894b6
3 changed files with 0 additions and 17 deletions

View file

@ -1,15 +0,0 @@
FROM python:3.11-slim
WORKDIR /app
RUN pip install --no-cache-dir jupyter flask awscli flask_cors nbconvert nbformat
COPY entrypoint.sh .
COPY notebooks ./notebooks
COPY snakeapi_server.py .
RUN chmod +x entrypoint.sh
ENV PORT=3006
EXPOSE 3006
CMD ["./entrypoint.sh"]