Skip to content

Commit

Permalink
fixing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Mar 28, 2023
1 parent ba58678 commit d59a090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM golang:alpine as build-stage

RUN apk --no-cache add ca-certificates

WORKDIR /go/src/github.com/CyberRoute/bruter

COPY . .
Expand All @@ -14,6 +12,7 @@ COPY --from=build-stage /bruter /bruter

ADD pkg/fuzzer/apache-list pkg/fuzzer/apache-list
ADD templates/ templates/
ADD static/ static/

EXPOSE 8080

Expand Down

0 comments on commit d59a090

Please sign in to comment.