lucas-wa
commited on
Commit
·
afa1a9e
1
Parent(s):
06b7eea
Fixing permission deined
Browse files
Dockerfile
CHANGED
@@ -39,6 +39,6 @@ COPY --chown=user . $HOME/app
|
|
39 |
|
40 |
ENTRYPOINT ["/code/entrypoint.sh"]
|
41 |
|
42 |
-
|
43 |
|
44 |
-
CMD ["uvicorn", "
|
|
|
39 |
|
40 |
ENTRYPOINT ["/code/entrypoint.sh"]
|
41 |
|
42 |
+
WORKDIR /code/server
|
43 |
|
44 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "3000"]
|
server/__pycache__/app.cpython-310.pyc
DELETED
Binary file (3.61 kB)
|
|
server/__pycache__/inference.cpython-310.pyc
DELETED
Binary file (2.16 kB)
|
|