In this house we require root access to run docker commands.
This commit is contained in:
parent
335b7d56d0
commit
be3c9ea966
5
Makefile
5
Makefile
|
@ -9,8 +9,7 @@ serve:
|
|||
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
|
||||
|
||||
build:
|
||||
# TODO: figure out why this always uses the cache on the last step...
|
||||
docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||
sudo docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||
|
||||
push:
|
||||
docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
|
||||
sudo docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
|
||||
|
|
Loading…
Reference in New Issue
Block a user