Skip to content

Commit e06b5ad

Browse files
GeneAIGeneAI
authored andcommitted
fix: Revert to last working Railway config (390ee00)
1 parent 4f9b3d3 commit e06b5ad

File tree

4 files changed

+41
-30
lines changed

4 files changed

+41
-30
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Next.js Production Dockerfile for Railway
2-
# Build: 2025-12-16-v2
32
FROM node:20-alpine
43

54
WORKDIR /app

railway.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
builder = "dockerfile"
3+
dockerfilePath = "Dockerfile"
4+
5+
[deploy]
6+
restartPolicyType = "ON_FAILURE"
7+
restartPolicyMaxRetries = 10

website/.dockerignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Dependencies
2+
node_modules
3+
npm-debug.log*
4+
5+
# Next.js build output
6+
.next
7+
out
8+
9+
# Testing
10+
coverage
11+
.nyc_output
12+
13+
# IDE
14+
.idea
15+
.vscode
16+
*.swp
17+
*.swo
18+
19+
# OS
20+
.DS_Store
21+
Thumbs.db
22+
23+
# Environment
24+
.env*.local
25+
26+
# Git
27+
.git
28+
.gitignore
29+
30+
# Misc
31+
README.md
32+
*.md
33+
!content/**/*.md
34+
!content/**/*.mdx

website/Dockerfile

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)