aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index aeafcc9..892c159 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,5 @@
+# Dockerfile to build which-api image
+
FROM node:12
WORKDIR /app
@@ -8,8 +10,6 @@ RUN npm install
COPY . .
-ENV MONGODB_URI=mongodb://db:27017/which
-
EXPOSE 3030
CMD ["npm", "start"]