mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 19:34:15 -05:00
Ignore docker pull errors
This commit is contained in:
@@ -8,8 +8,8 @@ help:
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
docker pull `grep "FROM " Dockerfile | cut -d ' ' -f 2` || true
|
||||
docker build \
|
||||
--pull \
|
||||
--build-arg HTTP_PROXY="${HTTP_PROXY}" \
|
||||
--build-arg HTTPS_PROXY="${HTTP_PROXY}" \
|
||||
--build-arg NO_PROXY="${NO_PROXY}" \
|
||||
|
||||
Reference in New Issue
Block a user