Spaces:
Running
Running
start script
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -12,5 +12,5 @@ WORKDIR /app
|
|
| 12 |
COPY --chown=user . /app
|
| 13 |
RUN pip install -e .
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 12 |
COPY --chown=user . /app
|
| 13 |
RUN pip install -e .
|
| 14 |
|
| 15 |
+
RUN chmod +x /app/start.sh
|
| 16 |
+
CMD ["/app/entrypoint.sh"]
|