Skip to content

Commit

Permalink
Remove config.yaml from dockerfile since it breaks pipeline, will fig…
Browse files Browse the repository at this point in the history
…ure something later
  • Loading branch information
Christophe Rime committed Dec 14, 2022
1 parent b60dd8e commit c6c046a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ jobs:

- name: Build
run: go build -v ./...

5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM golang:1.19-alpine AS builder

LABEL maintainer="Christophe Rime <christopherime@me.com>"

ARG ARCH=amd64

ENV GOROOT /usr/local/go
Expand All @@ -23,5 +21,4 @@ FROM alpine:latest

COPY --from=builder /go/src/build/amnf /usr/local/bin/amnf
RUN mkdir /etc/amnf
COPY config.yml /etc/amnf/config.yml
CMD ["/usr/local/bin/amnf", "-c", "/etc/amnf/config.yml"]
CMD ["/usr/local/bin/amnf"]
Binary file added amnf
Binary file not shown.

0 comments on commit c6c046a

Please sign in to comment.