mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Copy UI pages to Docker image in Linux
This commit is contained in:
parent
bf31c1cc91
commit
e11f69ef7b
6 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ RUN rm -rf /usr/share/bunkerweb/ui/client
|
|||
|
||||
WORKDIR /usr/share/bunkerweb
|
||||
|
||||
COPY src/ui/pages ui/pages
|
||||
COPY src/ui/src ui/src
|
||||
COPY src/ui/*.py ui/
|
||||
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ RUN rm -rf /usr/share/bunkerweb/ui/client
|
|||
|
||||
WORKDIR /usr/share/bunkerweb
|
||||
|
||||
COPY src/ui/pages ui/pages
|
||||
COPY src/ui/src ui/src
|
||||
COPY src/ui/*.py ui/
|
||||
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ RUN rm -rf /usr/share/bunkerweb/ui/client
|
|||
|
||||
WORKDIR /usr/share/bunkerweb
|
||||
|
||||
COPY src/ui/pages ui/pages
|
||||
COPY src/ui/src ui/src
|
||||
COPY src/ui/*.py ui/
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ RUN rm -rf /usr/share/bunkerweb/ui/client
|
|||
|
||||
WORKDIR /usr/share/bunkerweb
|
||||
|
||||
COPY src/ui/pages ui/pages
|
||||
COPY src/ui/src ui/src
|
||||
COPY src/ui/*.py ui/
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ RUN rm -rf /usr/share/bunkerweb/ui/client
|
|||
|
||||
WORKDIR /usr/share/bunkerweb
|
||||
|
||||
COPY src/ui/pages ui/pages
|
||||
COPY src/ui/src ui/src
|
||||
COPY src/ui/*.py ui/
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ RUN rm -rf /usr/share/bunkerweb/ui/client
|
|||
|
||||
WORKDIR /usr/share/bunkerweb
|
||||
|
||||
COPY src/ui/pages ui/pages
|
||||
COPY src/ui/src ui/src
|
||||
COPY src/ui/*.py ui/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue