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

9 lines
128 B
YAML
Raw Permalink Normal View History

2023-06-06 16:27:42 +00:00
version: "3"
2023-05-16 22:08:37 +00:00
services:
app:
build:
context: .
dockerfile: Dockerfile
2023-05-16 22:08:37 +00:00
ports:
2023-06-06 16:27:42 +00:00
- "127.0.0.1:3000:3000"