Skip to content
Snippets Groups Projects
Commit 7eb809da authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: quickstart guide, typo

parent d9590645
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,8 @@ FROM python:3.10-alpine
RUN adduser --disabled-password nonroot
# Needed for the requirement as git, otherwise, not needed
RUN apk update
RUN apk add git curl
RUN mkdir /common
COPY --from=builder /iv/common /common
RUN mkdir /iv-app
WORKDIR /iv-app
......
......@@ -11,5 +11,5 @@
| Multiple region select | `<ctrl>` + `[click]` on region | - |
| Context menu | `[right click]` | - |
You can enable the touch interface, which is selected per default on mobile devices, by selectingthe user menu from the top right (👤), then choosing `Settings` and `Enable Mobile UI`.
You can enable the touch interface, which is selected per default on mobile devices, by selecting the user menu from the top right (👤), then choosing `Settings` and `Enable Mobile UI`.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment