Jhenderson112 commited on
Commit
3ef9b4f
·
1 Parent(s): 464c3af

Upload Dockerfile

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