api v0.0.5

This commit is contained in:
Anthony Mineo 2020-09-21 13:36:11 -04:00
parent 9e40b300f5
commit 1a51c95b82
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ import (
func main() { func main() {
// fmt.Println("Starting FTP stat file download") // fmt.Println("Starting FTP stat file download")
//initFTP() initFTP()
// fmt.Println("Stat files downloaded!") // fmt.Println("Stat files downloaded!")
fmt.Println("Starting stat parser") fmt.Println("Starting stat parser")

View file

@ -44,7 +44,7 @@ services:
replicas: 1 replicas: 1
api: api:
image: "amineo/t2-stats-api:v0.0.4" image: "amineo/t2-stats-api:v0.0.5"
build: build:
context: . context: .
dockerfile: ./build/api/Dockerfile dockerfile: ./build/api/Dockerfile