We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fc0da commit 2bac148Copy full SHA for 2bac148
server/Dockerfile
@@ -4,5 +4,5 @@ COPY package*.json ./
4
RUN npm install
5
COPY . .
6
EXPOSE 3000
7
-ENV DB_URL='54.237.77.73:27017'
+ENV DB_URL="mongodb://54.237.77.73:27017"
8
CMD [ "npm", "start" ]
0 commit comments