Skip to content

Commit 2bac148

Browse files
author
Bogdan Abaev
committed
adding env var
1 parent 28fc0da commit 2bac148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ COPY package*.json ./
44
RUN npm install
55
COPY . .
66
EXPOSE 3000
7-
ENV DB_URL='54.237.77.73:27017'
7+
ENV DB_URL="mongodb://54.237.77.73:27017"
88
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)