Skip to content

Commit

Permalink
Re-add default args for dhcpd args that seems to have gone missing
Browse files Browse the repository at this point in the history
(merge?) sometime after 1588bfa
  • Loading branch information
indy-independence committed Jun 11, 2024
1 parent 8037e21 commit 0e856c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dhcpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY apiclient.yml /etc/cnaas-nms/apiclient.yml
COPY config/supervisord_app.conf /etc/supervisor/supervisord.conf
COPY cnaas-setup.sh dhcp-hook.sh dhcpd.sh dhcpd.conf /opt/cnaas/

ARG BUILDBRANCH
ARG GITREPO_BASE
ARG BUILDBRANCH=develop
ARG GITREPO_BASE=https://github.com/SUNET/cnaas-nms.git
RUN /opt/cnaas/cnaas-setup.sh ${GITREPO_BASE} ${BUILDBRANCH}

EXPOSE 67/udp
Expand Down

0 comments on commit 0e856c5

Please sign in to comment.