Skip to content

Commit

Permalink
feat: corrige build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hurrycaner authored Apr 19, 2022
1 parent 6ee7bc8 commit f694e57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM caddy:builder AS builder

RUN xcaddy build \
--with github.com/betrybe/caddy-authorize \
--with github.com/betrybe/caddy-auth-portal=./
--with github.com/betrybe/caddy-auth-portal

FROM caddy:latest

Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/betrybe/caddy-auth-portal

go 1.16

replace github.com/greenpau/caddy-auth-portal => ./

require (
github.com/betrybe/caddy-authorize v1.3.25
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
Expand Down

0 comments on commit f694e57

Please sign in to comment.