#!/bin/bash

docker run --rm -v $PWD/..:/app -p 2000:2000 --user jodit jodit bash -c "npm start"
