Spaces:
Runtime error
Runtime error
h3110Fr13nd
commited on
Commit
·
f324681
1
Parent(s):
8993c55
dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ 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"]
|
|
|
9 |
RUN python3.11 -m pip install --no-cache-dir -r requirements.txt
|
10 |
COPY . .
|
11 |
ENTRYPOINT ["/bin/sh"]
|
12 |
+
CMD ["/usr/bin/python3.11", "ddl_query_generator.py"]
|