@@ -17,7 +17,7 @@ jobs:
- name: set up Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
- poetry-version: "1.1.6"
+ poetry-version: "1.3.1"
- name: get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
@@ -7,8 +7,9 @@ RUN python -m pip install nicegui==$VERSION
WORKDIR /app
-COPY main.py reference.py README.md ./
+COPY main.py README.md ./
ADD examples ./examples
+ADD website ./website
EXPOSE 8080