format(docs): easier to read

This commit is contained in:
2023-12-17 11:36:44 -05:00
parent a5debc437a
commit 0717e32a25
2 changed files with 16 additions and 3 deletions

View File

@@ -15,3 +15,8 @@ client-no-debug:
clean:
docker-compose down --volumes
docker-client:
docker exec -it project-ftp_client-1 bash
docker-server:
docker exec -it project-ftp_server-1 bash