Skip to content

Commit

Permalink
Improve build script
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 17, 2024
1 parent 65fd2b4 commit d5a1fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ COPY --from=sass /dart-sass/bin/sass.exe /usr/bin/sass

WORKDIR /gojekyll

RUN golangci-lint run
RUN go test ./...
RUN golangci-lint run
RUN go build main.go

FROM debian:stable-slim
Expand All @@ -33,4 +33,4 @@ WORKDIR /app

ENTRYPOINT [ "/usr/bin/gojekyll" ]

CMD [ "--help" ]
CMD [ "--help" ]

0 comments on commit d5a1fcd

Please sign in to comment.