Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ ENV UIPATH_DEV_SERVER_PORT=80
ENV UIPATH_DEV_SERVER_HOST=0.0.0.0
ENV UIPATH_AUTH_ENABLED=false

EXPOSE 80

CMD ["/bin/sh", "/app/start.sh"]
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/bin/sh
#!/bin/sh
/root/.local/bin/uv venv --clear
. ./.venv/bin/activate
/root/.local/bin/uv sync
Expand Down