diff --git a/Dockerfile b/Dockerfile index f8f8f6c..233d328 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,4 @@ RUN npm install # Bundle app source COPY . /usr/src/app -EXPOSE 8080 CMD [ "npm", "start" ]