We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1c9faa + 6fdc84d commit b0819bcCopy full SHA for b0819bc
Dockerfile
@@ -11,4 +11,6 @@ ENV UIPATH_DEV_SERVER_PORT=80
11
ENV UIPATH_DEV_SERVER_HOST=0.0.0.0
12
ENV UIPATH_AUTH_ENABLED=false
13
14
+EXPOSE 80
15
+
16
CMD ["/bin/sh", "/app/start.sh"]
start.sh
@@ -1,4 +1,4 @@
1
-# !/bin/sh
+#!/bin/sh
2
/root/.local/bin/uv venv --clear
3
. ./.venv/bin/activate
4
/root/.local/bin/uv sync
0 commit comments