mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-27 20:15:29 +00:00
Merge pull request #323 from projectdiscovery/bugfix-dockerfile
fixing dockerfile
This commit is contained in:
commit
412261077c
@ -2,7 +2,7 @@ FROM golang:alpine as builder
|
||||
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
COPY ./go.mod .
|
||||
COPY ./v2/go.mod .
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user