h3110Fr13nd commited on
Commit
b393109
·
1 Parent(s): 92e82de

dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ WORKDIR /home
8
  COPY requirements.txt ./
9
  RUN python3.11 -m pip install --no-cache-dir -r requirements.txt
10
  COPY . .
11
- CMD ["python3", "ddl_query_generator.py"]
 
8
  COPY requirements.txt ./
9
  RUN python3.11 -m pip install --no-cache-dir -r requirements.txt
10
  COPY . .
11
+ CMD ["/usr/bin/python3.11", "ddl_query_generator.py"]