This base image exposes our Angular applications (on port 80), using the nginx web server. It should be noted that this image is intended for use AFTER BUILD process has completed (copy build files into WORKDIR within the image).
To use this image:
Dockerfile:
FROM coinlion/angular
COPY source-files-directory .
Content type
Image
Digest
Size
6.4 MB
Last updated
over 7 years ago
docker pull coinlion/angular