added complete api functionality
This commit is contained in:
parent
956ede5619
commit
24bd570795
13 changed files with 205 additions and 107 deletions
|
|
@ -20,7 +20,7 @@ COPY package*.json ./
|
|||
RUN npm install && npx prisma generate
|
||||
|
||||
# Rebuild bcrypt specifically (optional if clean install is guaranteed)
|
||||
RUN npm rebuild bcrypt --build-from-source
|
||||
# RUN npm rebuild bcrypt --build-from-source
|
||||
|
||||
# Expose the application port
|
||||
EXPOSE 3200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue