Skip to content

Commit 92ccf68

Browse files
fix: Force Railway to use full server with auth endpoints
1 parent 619fcec commit 92ccf68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ RUN rm -rf src/ scripts/ test/ tests/ __tests__ *.test.* *.spec.* node_modules/.
3030
# Expose port (Railway uses PORT env var)
3131
EXPOSE 3000
3232

33-
# Start the FULL server explicitly
33+
# Start the FULL server with authentication endpoints
3434
CMD ["node", "dist/servers/railway/index.js"]

0 commit comments

Comments
 (0)