Skip to content

Build: Docker

Rigel Kent edited this page Feb 28, 2021 · 1 revision

A basic Dockerfile is provided. It is based on the official NGINX container (built on top of Alpine Linux) that will serve the packaged angular application.

Run npm run build to build the application. Then, run docker build -t 'coast-team/mute' . to build the container image.

You can start a new container using the following command docker run -it -p 80:80 coast-team/mute.

Clone this wiki locally