UNCLASSIFIED

Commit 166e24fb authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Update Dockerfile

parent 1344029c
Pipeline #145659 passed with stages
in 16 minutes and 25 seconds
...@@ -3,17 +3,8 @@ ARG BASE_IMAGE=opensource/nodejs/nodejs12 ...@@ -3,17 +3,8 @@ ARG BASE_IMAGE=opensource/nodejs/nodejs12
ARG BASE_TAG=12.20.0 ARG BASE_TAG=12.20.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL \
name="innosabi Stylepack" \
maintainer="fedramp@collaboration.ai" \
vendor="Collaboration.Ai" \
version="0.0.5" \
summary="innosabi stylepack" \
description="Based on node12"
USER root USER root
WORKDIR /opt/innosabi/stylepack WORKDIR /opt/innosabi/stylepack
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment