Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.

Commit

Permalink
Fixed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWinkelmann committed Mar 7, 2017
1 parent 7bd06f4 commit e19791b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
FROM mhart/alpine-node:latest
LABEL version="1.0"
LABEL description="Run Google Chrome's Lighthouse Audit in the background"

LABEL description "Run Google Chrome's Lighthouse Audit in the background"

LABEL version "1.0.1"

LABEL author "Matthias Winkelmann <[email protected]>"
LABEL org.label-schema.vcs-url "https://github.com/MatthiasWinkelmann/lighthouse-chromium-alpine-docker"
LABEL org.label-schema.uri "https://matthi.coffee"
LABEL org.label-schema.usage "/README.md"
LABEL org.label-schema.schema-version "1.0"

WORKDIR /lighthouse

USER root
Expand Down

0 comments on commit e19791b

Please sign in to comment.