Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bizzi authored Jan 27, 2018
1 parent 09156d3 commit 3044878
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ Setup docker and docker-compose
Build the images


`
cd docker_images/server/
`cd docker_images/server/`

docker build -t meleeisland/llamagotchi-server .
`docker build -t meleeisland/llamagotchi-server .`

cd ../web
`cd ../web`

docker build -t meleeisland/llamagotchi-client .
`docker build -t meleeisland/llamagotchi-client .`

`cd ../../`

cd ../../
`

Run the containers

Expand Down

0 comments on commit 3044878

Please sign in to comment.