@dup4/starter-nestjs
v0.0.2
Published
[![Test](https://github.com/Dup4/starter-nestjs/actions/workflows/test.yml/badge.svg)](https://github.com/Dup4/starter-nestjs/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/Dup4/starter-nestjs/branch/main/graph/badge.svg)](https://codecov.i
Downloads
5
Readme
starter-nestjs
Usage
Docker
#! /bin/bash
CUR_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
docker run \
-d \
--restart=always \
--name=starter-nestjs \
-p 3000:3000 \
-e TZ=Asia/Shanghai \
-v "${CUR_DIR}"/config:/app/config \
dup4/starter-nestjs:latest