Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 367 Bytes

frontend-build

Container definition to perform client-side builds

Building the container

docker build -t frontend-build ./

Publishing updated image to Docker Hub

docker tag frontend-build aghman/frontend-build
docker push aghman/frontend-build

Running the container

docker run -i -v $(pwd):/buildspace -t frontend-build /bin/bash