Added .env file

This commit is contained in:
2023-05-07 13:03:15 +02:00
parent ab14ca65c5
commit 91537cdac3
3 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
docker build . -t weather-microservice:latest
docker tag weather-microservice:latest registry.willemserruys.com/weather-microservice:latest
docker push registry.willemserruys.com/weather-microservice:latest