|
@@ -25,6 +25,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
|
|
ENV PATH="/home/${USERNAME}/.local/bin:${PATH}"
|
|
ENV PATH="/home/${USERNAME}/.local/bin:${PATH}"
|
|
|
|
|
|
# Install nicegui
|
|
# Install nicegui
|
|
|
|
+RUN pip install -U pip
|
|
RUN pip install -U pip && pip install poetry==$POETRY_VERSION
|
|
RUN pip install -U pip && pip install poetry==$POETRY_VERSION
|
|
COPY nicegui pyproject.toml poetry.lock README.md ./
|
|
COPY nicegui pyproject.toml poetry.lock README.md ./
|
|
RUN poetry install --all-extras
|
|
RUN poetry install --all-extras
|