Working base server with migrations and build steps ironed out #1

Merged
joseph.nelson4456 merged 24 commits from base-setup into main 2026-05-13 23:16:22 -07:00
Showing only changes of commit e9dd340b44 - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:24-alpine
ENV DATABASE_URL=<the database url>
ENV DATABASE_URL=<the_database_url>
WORKDIR /app
COPY . .