diff --git a/Dockerfile b/Dockerfile index eb2ecedc..c365402b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,3 @@ COPY . /usr/src/app EXPOSE 8000 CMD [ "npm", "start" ] -