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 7dc66697ea - Show all commits
+3 -1
View File
@@ -1,6 +1,8 @@
FROM node:24-alpine
ENV DATABASE_URL=<the_database_url>
ARG DATABASE_URL
ENV DATABASE_URL=${DATABASE_URL}
WORKDIR /app
COPY . .