forked from noxious/server
ye
This commit is contained in:
parent
488faddcb3
commit
b91bc6d985
@ -5,7 +5,6 @@
|
|||||||
"RUN mkdir -p /usr/src/app",
|
"RUN mkdir -p /usr/src/app",
|
||||||
"WORKDIR /usr/src/app",
|
"WORKDIR /usr/src/app",
|
||||||
"COPY ./ /usr/src/app",
|
"COPY ./ /usr/src/app",
|
||||||
"ENV PORT 4000",
|
|
||||||
"RUN npm install && npm cache clean --force && npm run build",
|
"RUN npm install && npm cache clean --force && npm run build",
|
||||||
"EXPOSE 4000",
|
"EXPOSE 4000",
|
||||||
"CMD [ \"npm\", \"start\" ]"
|
"CMD [ \"npm\", \"start\" ]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user