Re-order to get the right auto generated ports
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e539396338
commit
0d4e55708e
@ -27,7 +27,7 @@ COPY . ${WORKDIR}
|
|||||||
RUN npm install --only=production
|
RUN npm install --only=production
|
||||||
RUN npm install pm2@4.2.3 -g
|
RUN npm install pm2@4.2.3 -g
|
||||||
|
|
||||||
EXPOSE 3282
|
|
||||||
EXPOSE 8085
|
EXPOSE 8085
|
||||||
|
EXPOSE 3282
|
||||||
|
|
||||||
CMD ["pm2-runtime", "npm", "--", "start"]
|
CMD ["pm2-runtime", "npm", "--", "start"]
|
||||||
|
Reference in New Issue
Block a user