UNPKG

@gluestack-seal/cli

Version:
12 lines (11 loc) 217 B
container_name: SERVICE_NAME stateless: true platforms: local: envfile: .env build: deno cache main.ts && deno run app.js docker: envfile: .env build: ./run.Dockerfile ports: - PORT:3000