You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile and /nginix_config are already included
Issue the command
docker build -t vue-aura .
This will take some time
After its completed verify the image is there
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
vue-aura latest dc21bfebeaee 10 minutes ago 241MB
Rename the image after your GDG group
docker tag vue-aura gdg_cloudjacksonville:v1
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
gdg_cloudjacksonville v1 dc21bfebeaee 12 minutes ago 241MB
vue-aura latest dc21bfebeaee 12 minutes ago 241MB