Spaces:
Running
on
L4
Running
on
L4
Commit
·
841cfcf
1
Parent(s):
748817d
fix: start
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
30 |
COPY --chown=user .env $HOME/app/
|
31 |
COPY --chown=user entrypoint.sh $HOME/app/
|
32 |
|
33 |
-
ENTRYPOINT ["/home/user/app/entrypoint.sh"]
|
|
|
30 |
COPY --chown=user .env $HOME/app/
|
31 |
COPY --chown=user entrypoint.sh $HOME/app/
|
32 |
|
33 |
+
ENTRYPOINT ["/bin/bash", "-c", "/home/user/app/entrypoint.sh"]
|