forked from noxious/server
test
This commit is contained in:
parent
8a91fcee45
commit
27b1eb8752
@ -7,6 +7,7 @@
|
|||||||
"COPY ./ /usr/src/app",
|
"COPY ./ /usr/src/app",
|
||||||
"RUN npm install && npm cache clean --force && npm run build && npx prisma migrate deploy",
|
"RUN npm install && npm cache clean --force && npm run build && npx prisma migrate deploy",
|
||||||
"ENV ENV production",
|
"ENV ENV production",
|
||||||
|
"ENV DATABASE_URL mysql://root:Kanker@123@srv-captain--nq-database/new-quest",
|
||||||
"ENV PORT 4000",
|
"ENV PORT 4000",
|
||||||
"EXPOSE 4000",
|
"EXPOSE 4000",
|
||||||
"CMD [ \"npm\", \"start\" ]"
|
"CMD [ \"npm\", \"start\" ]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user