Skip to content

Commit

Permalink
remove duplicate directive (#5635)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Sep 15, 2024
1 parent 87e99be commit c8cc419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM golang:1.21-alpine AS build-env
RUN apk add build-base
WORKDIR /app
COPY . /app
WORKDIR /app
RUN go mod download
RUN go build ./cmd/nuclei

Expand Down

0 comments on commit c8cc419

Please sign in to comment.