Skip to content

Commit e0643de

Browse files
author
Jonathan Chauncey
committed
fix(influx): Forgot to remove _ on rootfs in makefile
1 parent 8ea1bd7 commit e0643de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

influxdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
@echo "Image: ${IMAGE}"
1212

1313
docker-build:
14-
docker build -t $(IMAGE_LATEST) _rootfs/
14+
docker build -t $(IMAGE_LATEST) rootfs/
1515
docker tag -f $(IMAGE_LATEST) $(IMAGE)
1616

1717
docker-push:

0 commit comments

Comments
 (0)