Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Modified for Draft PR (The Attendance buttons are not rendering).
Browse files Browse the repository at this point in the history
Files changed: render-messages.ts, state-handlers.ts
Files added: docker-compose.yml
  • Loading branch information
AnshGupta01 committed Sep 27, 2023
1 parent 600ccbc commit e2cf0bd
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 461 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3.8'

services:
app:
build:
context: .
dockerfile: prod.Dockerfile
image: amibot-test-dev
env_file:
- .env
container_name: your-amibot-container
ports:
- "3000:3000"
volumes:
- ./src:/app/src # Mount your source code directory for development
environment:
NODE_ENV: development
command: ["yarn", "fastify", "start", "-a", "::", "-l", "info", "dist/app.js"]
Loading

0 comments on commit e2cf0bd

Please sign in to comment.