Skip to content

Commit

Permalink
Add rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahn committed Sep 30, 2021
1 parent 6e74a8b commit 003d281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ docker-compose stop
docker-compose rm -f

git pull
docker-compose build

docker-compose up -d
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ app.get('/', cors(), async (req, res) => {
<li><a href="/static/map.html?theme=light">Pilots map - light theme</a></li>
<li><a href="/static/map.html?theme=light">Pilots map - dark theme</a></li>
</ul>
${config.get('app.name')} / ${config.get('app.version')} ${process.env.NODE_ENV}
`);
});

Expand Down

0 comments on commit 003d281

Please sign in to comment.