Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
DSR-1416: Makefile update to build docker image (#49)
Browse files Browse the repository at this point in the history
* DSR-1416: Add VERSION file required for docker build

Signed-off-by: br <bindu@iotechsys.com>
  • Loading branch information
BinduRao2018 authored Oct 5, 2020
1 parent aec73d9 commit a2aaf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean:
version: ./VERSION
echo ${VERSION}

docker: $(DOCKERS)
docker: ./VERSION $(DOCKERS)

docker_device_grove_c:
docker build \
Expand Down

0 comments on commit a2aaf4b

Please sign in to comment.