calvin-vin commited on
Commit
4f87808
1 Parent(s): 7d26e44

change dockerfile

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