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

Container definition to perform client-side builds

Notifications You must be signed in to change notification settings

aghman/frontend-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

Container definition to perform client-side builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published