Skip to content

Commit

Permalink
Quality of life fixes: make logo smaller so page loads faster,
Browse files Browse the repository at this point in the history
also updates andrew version in Dockerfile and Makefile
  • Loading branch information
gwynforthewyn committed Sep 6, 2024
1 parent f4d05ff commit 5b2757f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.23 AS base
WORKDIR /usr/src/app

ENV CGO_ENABLED=0
RUN go install github.com/playtechnique/andrew/cmd/[email protected].4
RUN go install github.com/playtechnique/andrew/cmd/[email protected].5

FROM scratch

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
run:
go run github.com/playtechnique/andrew/cmd/[email protected].4 /Users/gwyn/Developer/playtechnique/website/content localhost:8081 localhost:8081
go run github.com/playtechnique/andrew/cmd/[email protected].5 /Users/gwyn/Developer/playtechnique/website/content localhost:8081 localhost:8081
Binary file modified content/images/logo.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 5b2757f

Please sign in to comment.