Chris4K commited on
Commit
eecce99
1 Parent(s): de76e0d

Update Dockerfile

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