Some checks are pending
Build / build (push) Waiting to run
Deploy / deploy (push) Waiting to run
Lint & Type Check / lint (push) Waiting to run
Security Scan / semgrep (push) Waiting to run
Security Scan / dependency-check (push) Waiting to run
Test / test (18.x) (push) Waiting to run
Test / test (20.x) (push) Waiting to run
9 lines
175 B
YAML
9 lines
175 B
YAML
services:
|
|
aethex-forge:
|
|
build: .
|
|
container_name: aethex-forge
|
|
restart: unless-stopped
|
|
ports:
|
|
- "5050:5000"
|
|
env_file: .env
|
|
command: npm run dev
|