Skip to content

Commit

Permalink
added prod scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Jan 12, 2024
1 parent a08beda commit 508bdad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prod/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker compose -f docker-compose-prod.yaml build
3 changes: 3 additions & 0 deletions prod/up.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker compose -f docker-compose-prod.yaml up -d

0 comments on commit 508bdad

Please sign in to comment.