Skip to content

Commit

Permalink
fix: improve Docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed Jul 28, 2018
1 parent 35a5523 commit 5fab507
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM node:alpine
LABEL [email protected] \
ch.secanis.tool=stjorna \
ch.secanis.version=

ARG VERSION

LABEL [email protected] \
ch.secanis.tool=stjorna \
ch.secanis.version=$VERSION

WORKDIR app
ENV NODE_ENV production

Expand Down

0 comments on commit 5fab507

Please sign in to comment.