Working base server with migrations and build steps ironed out #1
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM node:24-alpine
|
||||
|
||||
ENV DATABASE_URL=<the database url>
|
||||
ENV DATABASE_URL=<the_database_url>
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user