larryprice / jsx-docker

Dockerfile for watching a JSX directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsx

Use this image to watch a directory of JSX files and automatically compile them to javascript files.

Usage:

$ docker run -v $PWD/public/scripts:/src --rm larryprice/jsx

Where $PWD/public/scripts is the directory containing your jsx files.

About

Dockerfile for watching a JSX directory

License:MIT License