mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor Dockerfile: Remove no longer existing UI builder copy command
This commit is contained in:
parent
52c5c89d15
commit
ecb8090f70
7 changed files with 0 additions and 7 deletions
|
|
@ -60,7 +60,6 @@ COPY src/common/utils utils
|
|||
COPY src/scheduler scheduler
|
||||
COPY src/VERSION VERSION
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ COPY src/common/utils utils
|
|||
COPY src/scheduler scheduler
|
||||
COPY src/VERSION VERSION
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ COPY src/common/utils utils
|
|||
COPY src/scheduler scheduler
|
||||
COPY src/VERSION VERSION
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ COPY src/common/utils utils
|
|||
COPY src/scheduler scheduler
|
||||
COPY src/VERSION VERSION
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ COPY src/common/utils utils
|
|||
COPY src/scheduler scheduler
|
||||
COPY src/VERSION VERSION
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ COPY src/common/utils utils
|
|||
COPY src/scheduler scheduler
|
||||
COPY src/VERSION VERSION
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ RUN export MAKEFLAGS="-j$(nproc)" && \
|
|||
# Install node and npm to build vite frontend
|
||||
RUN apk add --no-cache nodejs npm
|
||||
|
||||
COPY src/ui/builder ui/builder
|
||||
COPY src/ui/client ui/client
|
||||
|
||||
# This will build the frontend and add files to the UI folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue