chore: updated run command

This commit is contained in:
redglow
2026-06-23 14:34:34 +02:00
parent 9ccc609522
commit c109a2f558
+1 -1
View File
@@ -25,7 +25,7 @@ Compile:
Run: Run:
``` ```
NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owof-announcements/data.db UPLOADS_DIR=/opt/owof-announcements/uploads node /opt/owof-announcements/code/src/server/main.ts NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owofannouncements/data.db UPLOADS_DIR=/opt/owofannouncements/uploads node /opt/owofannouncements/server/src/server/main.ts
``` ```
Copy to server: Copy to server: