mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-12-08 17:36:24 +00:00
makefile: fix help message
This commit is contained in:
parent
96c974815d
commit
e6a9ffba2f
10
Makefile
10
Makefile
@ -4,11 +4,11 @@ help:
|
||||
@echo ""
|
||||
@echo "-- Help Menu"
|
||||
@echo ""
|
||||
@echo " 1. make build - build the gitlab image"
|
||||
@echo " 2. make start - start gitlab"
|
||||
@echo " 3. make stop - stop gitlab"
|
||||
@echo " 4. make logs - view logs"
|
||||
@echo " 5. make purge - stop and remove the container"
|
||||
@echo " 1. make build - build the gitlab image"
|
||||
@echo " 2. make quickstart - start gitlab"
|
||||
@echo " 3. make stop - stop gitlab"
|
||||
@echo " 4. make logs - view logs"
|
||||
@echo " 5. make purge - stop and remove the container"
|
||||
|
||||
build:
|
||||
@docker build --tag=${USER}/gitlab .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user