diff --git a/batcher-ui/Dockerfile.ghostnet b/batcher-ui/Dockerfile.ghostnet index 4da8875f..043cc7cd 100644 --- a/batcher-ui/Dockerfile.ghostnet +++ b/batcher-ui/Dockerfile.ghostnet @@ -9,7 +9,7 @@ COPY ./package.json ./ RUN npm install COPY ./tsconfig.json ./jsconfig.json ./ -COPY ./pages ./pages +#COPY ./pages ./pages COPY ./src ./src COPY ./styles ./styles COPY ./public ./public