JanneckLange / SSE-OwnedCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Starting the dev environment

docker-compose up

You can specify which script from package.json to execute via the NPM_CMD environment variable. If nothing is specified the start script will be executed.
You can also specify the restart policy for the node docker container via the CONTAINER_RESTART environment variable. If nothing is specified the container will not restart.

How an environment variable can be set depends on your shell, e.g. for fish shell:
set -x NPM_CMD test && docker-compose up, to run the test suite.

About


Languages

Language:JavaScript 80.5%Language:HTML 17.9%Language:Dockerfile 1.1%Language:CSS 0.4%