Skip to content

Commit 10dcd4b

Browse files
committed
put LABEL under FROM
1 parent d06dd42 commit 10dcd4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
LABEL maintainer="Eyal Benatav <[email protected]>"
2-
31
FROM jwilder/nginx-proxy:0.8.0 as nginx-proxy
42
FROM owasp/modsecurity:3.0.4 as modsecurity
3+
LABEL maintainer="Eyal Benatav <[email protected]>"
54

65
# copy stuff from nginx-proxy
76
COPY --from=nginx-proxy /etc/nginx/ /etc/nginx/

0 commit comments

Comments
 (0)