Skip to content
Snippets Groups Projects

Dependencies with HTTPS

Merged Clayton, Brandon Scott requested to merge ghsc/users/bclayton/nshmp/nshmp-haz:http into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -2,7 +2,12 @@
# Run hazard web services.
#
# Build locally:
# docker build --build-arg ssh_private_key="$(cat ~/.ssh/id_rsa)" -t nshmp-haz-ws .
# docker build
# -f ws.Dockerfile
# --build-arg git_username=<user@name.com>
# --build-arg git_password=<git-api-token>
# -t nshmp-haz-ws .
####
ARG project=nshmp-haz-v2
Loading