You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN npm start # spin up temp container run then spin down. in this case db service wont work
CMD ["npm", "start"] # when have this image when we run a container off this execute after there is a build of this image. makes sure dependencies are fu