singhjagpreet commited on
Commit
c08e9b7
1 Parent(s): 4a5ab79
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY /src /app/src
7
  COPY requirements.txt /app/.
8
  COPY app.py /app/.
9
  COPY chainlit.md /app/.
10
- COPY .env /app/.
11
 
12
  RUN pip install -r requirements.txt
13
 
 
7
  COPY requirements.txt /app/.
8
  COPY app.py /app/.
9
  COPY chainlit.md /app/.
10
+
11
 
12
  RUN pip install -r requirements.txt
13