Skip to content

Commit

Permalink
Ideas/build fixes (#3)
Browse files Browse the repository at this point in the history
* [FIX] fixes env line processing;

* [FIX] fix binary name;
  • Loading branch information
atlet99 authored Oct 28, 2024
1 parent b99dd99 commit d257a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download

COPY . .

RUN CGO_ENABLED=0 go build -o resume-generator
RUN CGO_ENABLED=0 go build -o yaml-encrypter-decrypter

FROM alpine:latest

Expand Down

0 comments on commit d257a8f

Please sign in to comment.