Note regarding command to build image
This commit is contained in:
parent
0852e33cd1
commit
2b71866bdb
10
dockerfile
10
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
|
# Stage 1: Build the application
|
||||||
# docker build -t ohif/viewer:latest .
|
# docker build -t ohif/viewer:latest .
|
||||||
FROM node:11.2.0-slim as builder
|
FROM node:11.2.0-slim as builder
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user