Step 2 migration: add PostgreSQL schema and read endpoints
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY api/package.json ./package.json
|
||||
RUN npm install --omit=dev
|
||||
COPY api/server.js ./server.js
|
||||
|
||||
EXPOSE 3001
|
||||
|
||||
Reference in New Issue
Block a user