Spaces:
Runtime error
Runtime error
h3110Fr13nd
commited on
Commit
·
8993c55
1
Parent(s):
b393109
dockerfile
Browse files- 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 |
-
|
|
|
|
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"]
|