Files
bamort/docker/build_docker_Dev.sh
T

5 lines
217 B
Bash
Raw Normal View History

# Build an image named vue_helper using the Setup.Dockerfile
# The build args manage permissions when executing commands from inside the container
#
docker build -f ./dockerfiles/Dev.Dockerfile -t vue_app:dev vue_app