Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jozan/dockerize

Dockerize Create React App
https://github.com/jozan/dockerize

Last synced: 25 days ago
JSON representation

Dockerize Create React App

Awesome Lists containing this project

README

        

# Dockerize

Dockerize your Create React App in seconds!

### Quick start

```sh
npx dockerize-cli
```

```sh
Usage: dockerize [options]

Options:

-v, --version output the version number
--verbose verbose output
-u, --url [url] development url of your app (default: myapp.tunk.io)
-p, --port [port] port of your frontend app (default: 3000)
-h, --help output usage information
```

### Development

Install dependencies and link `dockerize` to global scope.

```sh
yarn && yarn link
```