Add compose.yml
Michael Kinder michael@noreply.git.foggymtndrifter.com
Tue, 22 Oct 2024 12:55:28 -0400
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
A
compose.yml
@@ -0,0 +1,6 @@
+services: + app: + restart: unless-stopped + build: . + ports: + - '3000:3000'