Skip to content

Commit

Permalink
we don't want to build passwdweb
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Jan 17, 2024
1 parent ce3e450 commit ee96b61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY . .
RUN go build -o hl-web ./cmd/web
# RUN go build -o hl-apply ./cmd/apply
# RUN go build -o hl-memberizer ./cmd/memberizer
# RUN go build -o hl-passwd-web ./cmd/passwd-web

FROM alpine:latest
COPY --from=builder /build/hl-web /usr/local/bin/hl-web

0 comments on commit ee96b61

Please sign in to comment.