chore: Copy UI pages to Docker image in Linux

This commit is contained in:
Théophile Diot 2024-08-19 13:15:55 +01:00
parent bf31c1cc91
commit e11f69ef7b
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
6 changed files with 6 additions and 0 deletions

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/