Skip to content

Commit c98bc29

Browse files
committed
Force rebuild of iot-agent.
1 parent 6ca82f4 commit c98bc29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

services

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,9 @@ case "${command}" in
139139
export $(cat .env | grep "#" -v)
140140
echo "Pulling Docker images"
141141
docker pull quay.io/curl/curl
142-
${dockerCmd} create
143-
# cd iot-agent
144-
# docker build -t fiware/iotagent-xml --no-cache .
145-
# cd ..
142+
${dockerCmd} pull --ignore-buildable
143+
echo "Rebuilding iot-agent Docker image"
144+
${dockerCmd} build iot-agent --no-cache
146145
;;
147146
*)
148147
echo "Command not Found."

0 commit comments

Comments
 (0)