Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 400 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 400 Bytes

fusionscriptservice

A gateway service that allows for scriptable logic

Dependency Lifecycle

Add dependency

Just add to app/deps.ts

Update lock files

deno cache --lock-write --lock=app/lock.json app/deps.ts

Download dependencies to local cache

deno cache --reload --lock=app/lock.json app/deps.ts

Docker Build

docker build --tag fusionscriptservice:latest .