Spaces:
Running
on
L4
Running
on
L4
Commit
·
967f361
1
Parent(s):
d487566
fix: entrypoint
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
24 |
COPY --chown=user .env $HOME/app/
|
25 |
COPY --chown=user entrypoint.sh $HOME/app/
|
26 |
|
27 |
-
ENTRYPOINT ["entrypoint.sh"]
|
|
|
24 |
COPY --chown=user .env $HOME/app/
|
25 |
COPY --chown=user entrypoint.sh $HOME/app/
|
26 |
|
27 |
+
ENTRYPOINT ["/home/user/app/entrypoint.sh"]
|