Skip to content

Commit

Permalink
🧹 chore: slimmer dockerfile.server
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jun 11, 2024
1 parent 65f24ab commit c8145d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22-alpine as builder

WORKDIR /app
RUN apk add --no-cache make nodejs npm git
RUN apk add --no-cache git

COPY . ./
RUN go install github.com/a-h/templ/cmd/templ@latest
Expand Down

0 comments on commit c8145d8

Please sign in to comment.