Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Jan 9, 2024
1 parent 1d8285b commit 7ba01a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ba01a3

Please sign in to comment.