Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 472 Bytes

chatter

Build Status

An easy implementation of a chat using Angular and Go.

Chat screenshot

deploy

Create docker image for server:

docker build -t chatter-server .

Create docker image for web:

docker build -t chatter-web .

Deploy containers:

docker-compose up -d

You can also use the docker-build.sh script.