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