1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-06 23:46:29 +02:00
2019-06-24 22:41:21 -08:00
..
2019-06-24 17:36:42 -08:00
2019-05-18 18:06:10 -04:00
2019-05-25 08:26:37 -05:00
2019-06-24 22:41:21 -08:00
2019-06-24 17:36:42 -08:00
2019-06-24 22:41:21 -08:00

SaaS Web App

Copyright 2019, Geeks Accelerator
accelerator@geeksinthewoods.com.com

Description

Provides an http service.

Local Installation

Build

go build .

Docker

To build using the docker file, need to be in the project root directory. Dockerfile references go.mod in root directory.

docker build -f cmd/web-app/Dockerfile -t saas-web-app .