HemanthSai7 commited on
Commit
ffe6ba5
·
1 Parent(s): 305ca94

Update Dockerfile

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