Skip to content

Commit

Permalink
🐳 Create the start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobrunodev committed Mar 1, 2020
1 parent 489572d commit 7f83045
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

if [ "$NODE_ENV" = "production" ] ; then
npm run build
else
npm run dev
fi

0 comments on commit 7f83045

Please sign in to comment.