We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2868a commit 448cfc8Copy full SHA for 448cfc8
1 file changed
Dockerfile
@@ -29,4 +29,6 @@ RUN npm run build
29
#########################################
30
FROM nginx:stable-alpine AS cyberchef
31
32
+LABEL maintainer="GCHQ <oss@gchq.gov.uk>"
33
+
34
COPY --from=builder /app/build/prod /usr/share/nginx/html/
0 commit comments