Refactor Dockerfile: Remove no longer existing UI builder copy command

This commit is contained in:
Théophile Diot 2024-08-12 12:32:31 +01:00
parent 52c5c89d15
commit ecb8090f70
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
7 changed files with 0 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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