docker compose

This commit is contained in:
talksik
2023-09-06 14:06:19 -07:00
parent 3575f21677
commit c943975a2f
+9
View File
@@ -0,0 +1,9 @@
version: '3'
services:
online-status:
build:
context: .
dockerfile: Dockerfile
ports:
- 3000:3000