update ui dockerfile copy path (#196)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-05-29 00:44:49 +08:00
committed by GitHub
parent 3f26d06d3a
commit 259cd50ef1
10 changed files with 58 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ FROM node:20.11.1
RUN apt-get update -y && apt-get install -y git
# Copy the front-end code repository
COPY ../svelte /home/user/svelte
COPY svelte /home/user/svelte
# Set the working directory
WORKDIR /home/user/svelte