Skip to content

Commit

Permalink
Merge pull request #33 from fleizean/school
Browse files Browse the repository at this point in the history
[MAKEFILE ] sudo_up
  • Loading branch information
yeaktas committed Jan 25, 2024
2 parents 164a7fa + dfd06ab commit b1a9db1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
DOCKER = docker
DOCKER_COMPOSE = sudo docker-compose
DOCKER_COMPOSE = docker-compose
SUDO_DOCKER_COMPOSE = sudo docker-compose

all: up

sudo_up:
$(SUDO_DOCKER_COMPOSE) up -d --build

up:
$(DOCKER_COMPOSE) up -d --build

Expand All @@ -23,4 +27,4 @@ prune: down fclean

re: fclean all

.PHONY: all up down image stop fclean re
.PHONY: all up down image stop fclean re sudo_up
Binary file removed indianpong/static/assets/.DS_Store
Binary file not shown.
Binary file removed indianpong/static/assets/ranks/.DS_Store
Binary file not shown.
Binary file removed indianpong/static/fonts/.DS_Store
Binary file not shown.

0 comments on commit b1a9db1

Please sign in to comment.