Skip to content

Commit

Permalink
Change DOMAIN to argument to allow access when building
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Lareau committed Feb 26, 2020
1 parent c10bb3a commit d3d9242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ services:
environment:
- DOMAIN
- CONTACT_EMAIL
args:
- DOMAIN=${DOMAIN}
tty: true

volumes:
Expand Down
2 changes: 2 additions & 0 deletions docker/apacheShibDockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:10

ARG DOMAIN

# System setup
RUN apt-get update && \
apt-get install -y apache2 gnupg curl ntp && \
Expand Down

0 comments on commit d3d9242

Please sign in to comment.