Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rikimaru0345 committed Jan 29, 2020
1 parent d22ed24 commit 1c82fca
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 @@ COPY ./go.sum .
RUN go mod download

COPY . .
RUN CGO_ENABLED=0 go build -o ./bin/grafana-permission-sync ./cmd/api
RUN CGO_ENABLED=0 go build -o ./bin/grafana-permission-sync ./cmd
# Compiled backend binary is in '/app/bin/' named 'grafana-permission-sync'


Expand Down

0 comments on commit 1c82fca

Please sign in to comment.