mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-01 23:16:48 +00:00
(feat) fix typo development
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Pulling the required Docker images
|
# Pulling the required Docker images
|
||||||
docker compose -f docker-compose-dev.yml pull
|
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
|
# Creating .env file with the required environment variables
|
||||||
echo "CONFIG_PASSWORD=a" > .env
|
echo "CONFIG_PASSWORD=a" > .env
|
||||||
|
|||||||
Reference in New Issue
Block a user