Skip to content

Commit

Permalink
add labels to Dockerfile (#7862)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Apr 18, 2022
1 parent eeacb2f commit 560d267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ FROM node:16-alpine

ARG version=dev
ENV DOCKER_SHIELDS_VERSION=$version
LABEL version=$version
LABEL fly.version=$version

# Run the server using production configs.
ENV NODE_ENV production
Expand Down

0 comments on commit 560d267

Please sign in to comment.