Initial commit

This commit is contained in:
2023-01-27 22:55:09 +11:00
commit 833f3ea8b2
130 changed files with 5637 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app
- bundle_path:/usr/local/bundle
command: script/puma
env_file: ".env"
ports:
- 2300:2300
volumes:
bundle_path:
node_modules: