Skip to content

Commit

Permalink
docs(dockerfile): add comments for apk commands
Browse files Browse the repository at this point in the history
  • Loading branch information
plaza-s committed Nov 28, 2018
1 parent 7096677 commit 61bea7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:8-alpine

# Tini for Handling Kernel Signals
# https://github.com/krallin/tini
# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#handling-kernel-signals
# - Upgrade alpine packages to avoid possible os vulnerabilities
# - Tini for Handling Kernel Signals https://github.com/krallin/tini
# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#handling-kernel-signals
RUN apk --no-cache upgrade && apk add --no-cache tini

WORKDIR /opt/arena
Expand Down

0 comments on commit 61bea7c

Please sign in to comment.