Spaces:
Build error
Build error
XThomasBU
commited on
Commit
·
ae5332c
1
Parent(s):
7466d9d
dockerfile fix
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -12,9 +12,6 @@ RUN pip install -e .
|
|
| 12 |
|
| 13 |
COPY . /code
|
| 14 |
|
| 15 |
-
# Copy .env file to the application directory
|
| 16 |
-
COPY .env /code/apps/ai_tutor/.env
|
| 17 |
-
|
| 18 |
# List the contents of the /code directory to verify files are copied correctly
|
| 19 |
RUN ls -R /code
|
| 20 |
|
|
|
|
| 12 |
|
| 13 |
COPY . /code
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
# List the contents of the /code directory to verify files are copied correctly
|
| 16 |
RUN ls -R /code
|
| 17 |
|