From 2b71866bdb326420df21242f67141681cfb22324 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 3 May 2019 21:21:42 -0400 Subject: [PATCH] Note regarding command to build image --- dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dockerfile b/dockerfile index b3e5c7b90..4b4edcfcb 100644 --- a/dockerfile +++ b/dockerfile @@ -1,3 +1,13 @@ +# Build docker container using +# `docker build -t authproxy .` +# +# This will create a container named `authproxy` +# that can be run with an Nginx configuration +# +# OpenResty is functionally identical to Nginx with the addition of Lua out of +# the box. + + # Stage 1: Build the application # docker build -t ohif/viewer:latest . FROM node:11.2.0-slim as builder