Skip to content

Commit 094254b

Browse files
feat: Enhanced storage test server for 3-tier system
1 parent 7a7681e commit 094254b

4 files changed

Lines changed: 371 additions & 30 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ RUN rm -rf src/ scripts/ test/ tests/ __tests__ *.test.* *.spec.* node_modules/.
3131
EXPOSE 3000
3232

3333
# Start the application
34-
CMD ["node", "dist/servers/railway/minimal.js"]
34+
CMD ["node", "dist/servers/railway/storage-test.js"]

package.railway.json

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

railway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"deploy": {
12-
"startCommand": "node dist/servers/railway/minimal.js",
12+
"startCommand": "node dist/servers/railway/storage-test.js",
1313
"restartPolicyType": "ON_FAILURE",
1414
"restartPolicyMaxRetries": 3,
1515
"healthcheckPath": "/health",

0 commit comments

Comments
 (0)