Skip to content

Commit

Permalink
Fix Docker build (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper47 authored Sep 16, 2024
1 parent 4e981d1 commit d0cef0b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can sponsor me on
Your support is greatly appreciated! A third of donations will be sent to the Armed Forces of Ukraine 🇺🇦

This project is supported by these kind people:
<img src="docs/website/static/images/sponsors.svg" style="width:100%;max-width:800px;"/>
<img src="scripts/sponsors/sponsors.svg" style="width:100%;max-width:800px;"/>

## Other Recipe Manager Apps

Expand Down
2 changes: 0 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ COPY ../go.mod ../go.sum ./
RUN go mod download && go mod verify

COPY ./.git ./.git
COPY ./.gitmodules ./.gitmodules
COPY ./internal ./internal
COPY ./main.go ./
COPY ./docs ./docs
COPY ./web ./web

RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /app/recipya main.go
Expand Down
26 changes: 26 additions & 0 deletions scripts/sponsors/sponsors.svg
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 d0cef0b

Please sign in to comment.