Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musobarlab/nasi-goreng

Go project with `GOMODULE` and private repository
https://github.com/musobarlab/nasi-goreng

Last synced: 8 days ago
JSON representation

Go project with `GOMODULE` and private repository

Awesome Lists containing this project

README

        

## Nasi Goreng

Go project with `GOMODULE` and private repository

### Docker

Build
```shell
$ docker build -t nasi-goreng:latest --build-arg PERSONAL_ACCESS_TOKEN=bla
```

Run
```shell
$ docker run --rm nasi-goreng
```