Files
madisonlinux/docker-compose.yml
Cory Sanin 91b157055e
Some checks failed
App Image CI / Build app image (push) Failing after -1m27s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s
set project name
2025-10-17 12:00:34 -05:00

12 lines
214 B
YAML

version: '2'
services:
madisonlinux:
container_name: madisonlinux
build:
context: ./
dockerfile: Dockerfile
restart: "no"
ports:
- 8080:8080