Skip to content

Commit

Permalink
fix(scaffold): remove redundant command on run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Aug 1, 2019
1 parent 8656a4f commit f138c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/run.tmpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ docker run \
-p $PORT:8080 \
-v $PWD/logs:/home/logs \
-d $IMG_NAME \
java -jar app.jar
--spring.profiles.active=prod

0 comments on commit f138c3d

Please sign in to comment.