Update Dockerfile and Compose
This commit is contained in:
@@ -3,5 +3,6 @@ WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npx prisma generate
|
||||
EXPOSE 5003
|
||||
CMD ["npm", "run", "dev"]
|
||||
Reference in New Issue
Block a user