Skip to content

Commit 1202a7b

Browse files
committed
Docker fixes
1 parent edcaada commit 1202a7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
allxfr
22
Dockerfile
33
.git*
4+
unbound/

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ FROM alpine
1111

1212
COPY --from=build-env /go/app/allxfr /bin/allxfr
1313

14-
USER nobody
14+
USER 1000
1515

16-
ENTRYPOINT ["allxfr"]
16+
ENTRYPOINT ["allxfr"]

0 commit comments

Comments
 (0)