Skip to content

Commit

Permalink
Move group_list.json outside Go module
Browse files Browse the repository at this point in the history
  • Loading branch information
ema-pe committed Nov 26, 2024
1 parent e4a3f73 commit d8ec2b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dfaas-node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COPY files/dfaasagent/dfaasagent.service /etc/systemd/system/dfaasagent.service
RUN systemctl enable dfaasagent.service
COPY --from=dfaas-agent-builder:latest /go/src/dfaasagent/agent/loadbalancer/haproxycfgrecalc.tmpl ./haproxycfgrecalc.tmpl
COPY --from=dfaas-agent-builder:latest /go/src/dfaasagent/agent/loadbalancer/haproxycfgnms.tmpl ./haproxycfgnms.tmpl
COPY --from=dfaas-agent-builder:latest /go/src/dfaasagent/agent/loadbalancer/group_list.json ./group_list.json
COPY files/dfaasagent/group_list.json ./group_list.json
COPY --from=dfaas-agent-builder:latest /go/src/dfaasagent/dfaasagent ./dfaasagent
### End Agent

Expand Down
File renamed without changes.

0 comments on commit d8ec2b8

Please sign in to comment.