summaryrefslogtreecommitdiffstats
path: root/Services/nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'Services/nodejs')
-rw-r--r--Services/nodejs/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index 5f18879..c25c32d 100644
--- a/Services/nodejs/Dockerfile
+++ b/Services/nodejs/Dockerfile
@@ -10,6 +10,3 @@ WORKDIR /app
COPY app /app
ENV MAIN_APP /app/app.js
ENV NODE_PATH /app/node_modules
-
-EXPOSE 8000
-ENTRYPOINT ["node", "/app/app.js"] \ No newline at end of file