Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ COPY package*.json /app/

RUN npm install -g pnpm

RUN pnpm config set ignore-scripts false

RUN pnpm rebuild

RUN pnpm install

RUN mkdir -p /app/node_modules/.pnpm/@rubynetwork+rh@1.2.71_bufferutil@4.0.8/node_modules/@rubynetwork/rh/cache-js

RUN pnpm run build

EXPOSE 8080
Expand Down
23 changes: 23 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# fly.toml app configuration file generated for reaperrrr on 2026-03-22T02:17:50Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'reaperrrr'
primary_region = 'iad'

[build]

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
memory_mb = 1024