Skip to main content
Module

x/deno_api_server/dev

API Server for deno for functional programmed endpoints
Go to Latest
File
#/bin/bash
composeFile=./etc/docker/docker-compose.dev.yml_cp="docker-compose -f $composeFile"
if [ "$1" == "unit" ]; then $_cp run --rm -e APP_ENV=unit testelif [ "$1" == "rebuild" ]; then $_cp pull $_cp build $_cp up -delse $_cp $@fi