medfreeman / dg-sample-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dg-sample-back

Environments

Create a .env file at the root of the project, with the following contents depending on the environment.

Development

COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
NODE_ENV=development

Production

NODE_ENV=production

Installation

yarn install

Docker image build

yarn build

Docker container start

yarn start

About

License:MIT License


Languages

Language:JavaScript 90.5%Language:Dockerfile 9.5%