🐛 Add missing build step to dockerfile
This commit is contained in:
@ -12,6 +12,7 @@ RUN npx prisma generate
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN npm run build
|
||||
|
||||
WORKDIR /app/server
|
||||
CMD ["node", "index.js"]
|
Reference in New Issue
Block a user