Switch to side-by-side view
--- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL description="Notification Enabler" LABEL maintainer="miguel.rodrigues@knowledgebiz.pt" -# configuration enabler directory +# notification enabler directory RUN mkdir -p /usr/src/ne # this lets the working directory for every COPY RUN and CMD command WORKDIR /usr/src/ne @@ -27,7 +27,7 @@ COPY . . -# expose the configuration enabler port +# expose the notification enabler port EXPOSE 5000 CMD [ "npm", "start" ]