Merge branch 'master' of git.reim.ar:ReiMerc/temperature-alarm
This commit is contained in:
commit
be2a6c5d6f
@ -12,6 +12,9 @@ chown www-data:www-data -R /var/www/html
|
||||
|
||||
# Update backend
|
||||
docker stop api
|
||||
docker build --tag api $BASEPATH/backend/Api
|
||||
docker run -d -p 5000:5000 --name api --rm api
|
||||
docker rm api
|
||||
docker image rm api:latest
|
||||
|
||||
docker build --tag api $BASEPATH/backend/Api
|
||||
docker run -d -p 5000:5000 --volume /home/developers/volume:/app/db --name api --rm api
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user