h3110Fr13nd commited on
Commit
8993c55
·
1 Parent(s): b393109

dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ WORKDIR /home
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"]
 
 
8
  COPY requirements.txt ./
9
  RUN python3.11 -m pip install --no-cache-dir -r requirements.txt
10
  COPY . .
11
+ ENTRYPOINT ["/bin/sh"]
12
+ CMD ["python3.11", "ddl_query_generator.py"]