Skip to content

Commit

Permalink
ci: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Feb 5, 2024
1 parent 48a4aed commit ca54fa6
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 @@ -108,7 +108,7 @@ debug: init enable_debug up bootstrap down

## Start all external ressource necessary to debug (MQTT, InfluxDB,...)
up:
docker compose -f dev/docker-compose.dev.yaml start
cd dev; docker compose up --force-recreate --detach; cd -

## Stop all external ressource necessary to debug (MQTT, InfluxDB,...)
down:
Expand Down

0 comments on commit ca54fa6

Please sign in to comment.