Skip to content

Commit

Permalink
add an update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cursorweb committed Aug 6, 2024
1 parent 25ca305 commit 7aa4678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Dockerfile

This file was deleted.

5 changes: 5 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# just for reference
git fetch --all
git reset --hard origin/master
npm i
npm run prod

0 comments on commit 7aa4678

Please sign in to comment.