Added migration docker image
All checks were successful
Build & Push / build (push) Successful in 3m45s
All checks were successful
Build & Push / build (push) Successful in 3m45s
This commit is contained in:
10
web/Dockerfile.migrate
Normal file
10
web/Dockerfile.migrate
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:24-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci
|
||||
|
||||
COPY migrations/ ./migrations/
|
||||
|
||||
CMD ["npm", "run", "migrate"]
|
||||
Reference in New Issue
Block a user