Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -37,5 +37,5 @@ EXPOSE 3000 # Start the app with PM2 CMD ["pm2-runtime", "npm", "--", "start"] # docker build -t maestro-portal . # docker run -p 30000:3000 maestro-portal # docker build -t hypo-portal . # docker run -p 30000:3000 hypo-portal Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -37,5 +37,5 @@ EXPOSE 3000 # Start the app with PM2 CMD ["pm2-runtime", "npm", "--", "start"] # docker build -t maestro-portal . # docker run -p 30000:3000 maestro-portal # docker build -t hypo-portal . # docker run -p 30000:3000 hypo-portal