Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Aug 13, 2022
1 parent 13ca4c9 commit 52cee8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ If you got error for executing the script, enter the following command and then
chmod +x ./bin/mustache
```

## Next?
Afet that you will get a _docker_out/_ directory. Move this directory next to your golang main file where
you start your application.

Now use the following command to start the container:
```shell
docker-compose up -d
```

For stopping the container, use:
```shell
docker-compose down
```

## Supports
- MacOS
- Linux

0 comments on commit 52cee8c

Please sign in to comment.