Skip to content

Commit

Permalink
Merge pull request #5 from CyberRoute/refactorui
Browse files Browse the repository at this point in the history
fixing docker
  • Loading branch information
CyberRoute authored Mar 28, 2023
2 parents 3800c4e + d59a090 commit 8b87abc
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 8b87abc

Please sign in to comment.