fix: updates comments to reflect name changes (#17254)

CONTRIBUTING has been updated, but the Compose config file still referenced the old name `server`.
This commit is contained in:
Otto Jongerius
2018-05-29 19:27:46 +12:00
committed by mrugesh mohapatra
parent 10272d9d5a
commit 5d7ed0a1c1

View File

@ -1,8 +1,8 @@
# Docker Compose file for FreeCodeCamp
#
# Bootstrap with:
# docker-compose run --rm server npm install
# docker-compose run --rm server npm run only-once
# docker-compose run --rm freecodecamp npm install
# docker-compose run --rm freecodecamp npm run only-once
#
# Run with:
# docker-compose up