Build/dev environment for Vue.js.
docker build -t hack-app-web .
Code in the ./src dir will be in /src with the example volume mount.
docker run -v $PWD/src/:/src -it node-test /bin/bash
- Create a github personal access token
- Login to the contianer repository
GHPAT=PASTE_TOKEN_HERE
echo $GHPAT | docker login ghcr.io -u USERNAME --password-stdin
- Pull image
docker pull ghcr.io/apium/vue_build_env:latest