mirror of
https://github.com/Dasharo/fwdeploy.git
synced 2026-03-06 14:48:02 -08:00
7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source container-config
|
|
|
|
docker build -t $DOCKER_USER_NAME/$DOCKER_IMAGE_NAME:latest .
|
|
|