diff --git a/captain-definition b/captain-definition index 2c85913..575e8f5 100644 --- a/captain-definition +++ b/captain-definition @@ -5,10 +5,10 @@ "RUN mkdir -p /usr/src/app", "WORKDIR /usr/src/app", "COPY ./ /usr/src/app", - "RUN npm install && npm cache clean --force && npm run build && npx prisma migrate deploy", "ENV ENV production", "ENV DATABASE_URL mysql://root:Kanker@123@srv-captain--nq-database/new-quest", "ENV PORT 4000", + "RUN npm install && npm cache clean --force && npm run build && npx prisma migrate deploy", "EXPOSE 4000", "CMD [ \"npm\", \"start\" ]" ]