DingoBite commited on
Commit
9982f39
1 Parent(s): 23062c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10
2
 
3
- WORKDIR /fruit_recognition
4
 
5
  COPY requirements.txt .
6
 
 
1
  FROM python:3.10
2
 
3
+ WORKDIR ./code
4
 
5
  COPY requirements.txt .
6