zcong1993 пре 8 година
родитељ
комит
780123c5be
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -13,6 +13,8 @@ FROM alpine:3.7
 
 ENV PROJECT /go/src/github.com/zricethezav/gitleaks
 
+WORKDIR /app
+
 RUN apk update && apk upgrade && apk add --no-cache bash git openssh
 
 COPY --from=build $PROJECT/bin/* /usr/bin/