Skip to content

Commit

Permalink
fix goreleaser main; update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Apr 22, 2018
1 parent 5978e32 commit e111bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: Asterisk ARI Proxy
builds:
- main: cmd/ari-proxy/ari-proxy/main.go
- main: cmd/ari-proxy/ari-proxy/
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ulexus/go-minimal
COPY bin/ari-proxy /app
COPY cmd/ari-proxy/ari-proxy /app

0 comments on commit e111bc8

Please sign in to comment.