1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00
Files
golang-saas-starter-kit/cmd/web-app/README.md
2019-07-13 11:42:37 -08:00

403 B

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 .