diff --git a/Dockerfile b/Dockerfile index ab8e526..be5da65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm run build FROM golang AS golang WORKDIR /app ADD . /app/ -COPY --from=node /app/web/ui/build/ /app/web/ui/build/ +COPY --from=node /app/web/ui/dist/ /app/web/ui/dist/ RUN CGO_ENABLED=0 go build -o /ybFeed cmd/ybfeed/*.go FROM scratch diff --git a/assets/screenshot.png b/assets/screenshot.png index e863fe9..0ceb27a 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ