Skip to content

Commit

Permalink
fixed docker release build
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Dec 15, 2022
1 parent cc8a337 commit 958c4ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 958c4ab

Please sign in to comment.