This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
old-shiloh-website/docker-compose.yml

10 lines
115 B
YAML
Raw Normal View History

2023-05-16 22:08:37 +00:00
version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
2023-05-16 22:08:37 +00:00
ports:
- 80:3000