Skip to content

Commit

Permalink
add new commands to Makefile, add redis image, add to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubix982 committed Dec 27, 2020
1 parent 56b7496 commit 9758687
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
build-prod:
sudo docker-compose -f docker-compose.yaml up --build

up-prod:
sudo docker-compose -f docker-compose.yaml up

stop:
docker container stop $(docker ps -aq)

delete:
docker container rm $(docker ps -aq)

remove:
sudo docker-compose down --remove-orphans

Expand Down
3 changes: 2 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ yarn-error.log*
# for eslint
./.eslintcache
.eslintcache
client/.eslintcache~resolving rebase
client/.eslintcache~resolving rebase
.vercel
Binary file added docs/img/redis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 9758687

@vercel
Copy link

@vercel vercel bot commented on 9758687 Dec 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.