Spaces:
Running
Running
alptangall
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
12 |
|
13 |
COPY --chown=user . /app
|
14 |
|
15 |
-
CMD
|
|
|
12 |
|
13 |
COPY --chown=user . /app
|
14 |
|
15 |
+
CMD sh cmd.sh
|