Skip to content

Commit

Permalink
Removed SCMN related changes to dc.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajtxx committed Jul 16, 2024
1 parent 3732a75 commit e2c3e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [ "$RUN_MODE" != test ]; then
fi
fi

exec docker-compose --profile wombat --profile ubidots --profile frred -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $*
exec docker compose --profile wombat --profile ubidots --profile pollers -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $*

0 comments on commit e2c3e1a

Please sign in to comment.