(feat) fix typo development

This commit is contained in:
cardosofede
2024-06-25 15:47:21 +02:00
parent 0829f08548
commit 8c4d5583fa

View File

@@ -2,7 +2,7 @@
# Pulling the required Docker images
docker compose -f docker-compose-dev.yml pull
docker pull humingbot/hummingbot:latest
docker pull hummingbot/hummingbot:latest
# Creating .env file with the required environment variables
echo "CONFIG_PASSWORD=a" > .env