Re-order to get the right auto generated ports
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-03-25 21:52:20 +01:00
parent e539396338
commit 0d4e55708e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ COPY . ${WORKDIR}
RUN npm install --only=production
RUN npm install pm2@4.2.3 -g
EXPOSE 3282
EXPOSE 8085
EXPOSE 3282
CMD ["pm2-runtime", "npm", "--", "start"]