Skip to content

Commit

Permalink
Always build on up
Browse files Browse the repository at this point in the history
  • Loading branch information
rmwiesenberg committed Apr 24, 2024
1 parent 6e1e1b1 commit ed20651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docker-compose pull
if [ -f .env ]; then
export $(grep -v '^#' .env | xargs)
fi
docker-compose up
docker-compose up --build

0 comments on commit ed20651

Please sign in to comment.