NandyG commited on
Commit
af8bbe6
·
1 Parent(s): 50bc06e

pushed all file in docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -15,9 +15,7 @@ ENV POETRY_NO_INTERACTION=1 \
15
  # Set the working directory inside the container
16
  WORKDIR /app
17
 
18
- COPY pyproject.toml poetry.lock app.py prompts.py chainlit.md ./
19
- COPY README.md ./
20
- COPY .chainlit ./.chainlit
21
 
22
  # Install project dependencies using Poetry
23
  RUN poetry install --without dev
 
15
  # Set the working directory inside the container
16
  WORKDIR /app
17
 
18
+ COPY . .
 
 
19
 
20
  # Install project dependencies using Poetry
21
  RUN poetry install --without dev