Skip to content

Commit

Permalink
Merge pull request #69 from deggja/helm
Browse files Browse the repository at this point in the history
feat: no need for statik files, its bundled in binary
  • Loading branch information
deggja authored Dec 13, 2023
2 parents 3f33523 + a3a8108 commit 20c21bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified backend/netfetch
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/statik/statik.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions charts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ FROM debian:latest

WORKDIR /usr/local/bin/

# Copy the compiled Go binary and static files
COPY --from=gobuilder /app/backend/netfetch /app/backend/statik /usr/local/bin/
# Copy the compiled Go binary
COPY --from=gobuilder /app/backend/netfetch /usr/local/bin/

# Install any runtime dependencies here (if necessary)

Expand Down

0 comments on commit 20c21bd

Please sign in to comment.