diff --git a/Dockerfile b/Dockerfile index 72de5ce..78f6d37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,4 @@ WORKDIR /opt/prod/app COPY . . RUN npm install -EXPOSE 3000 CMD [ "node", "dist/start.js" ] \ No newline at end of file