Skip to content

Commit

Permalink
Update .env.production.secret
Browse files Browse the repository at this point in the history
homata committed Mar 1, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 28eb00e commit 1a1ead9
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build_production.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

docker-compose -f docker-compose.production.yaml down

docker rmi owaranai-meter_nginx
docker rmi owaranai-meter_app
docker rmi $(docker images -f "dangling=true" -q)

docker-compose -f docker-compose.production.yaml build --no-cache
docker-compose -f docker-compose.production.yaml up -d
Binary file added frontend/.env.production.secret
Binary file not shown.

0 comments on commit 1a1ead9

Please sign in to comment.