Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 329 Bytes

llamagotchi

Setup docker and docker-compose

Build the images

cd docker_images/server/

docker build -t meleeisland/llamagotchi-server .

cd ../web

docker build -t meleeisland/llamagotchi-client .

cd ../../

Run the containers

docker-compose up -d

Access to your llama on http://localhost:1337