Note regarding command to build image

This commit is contained in:
dannyrb 2019-05-03 21:21:42 -04:00
parent 0852e33cd1
commit 2b71866bdb

View File

@ -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