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 fcba18a commit f802044Copy full SHA for f802044
Dockerfile
@@ -6,6 +6,8 @@ WORKDIR /usr/src/app
6
7
COPY . .
8
9
+RUN sed -i "s/mongodb:\/\/localhost/mongodb:\/\/mongo/g" common/services/mongoose.service.js
10
+
11
RUN npm install
12
13
EXPOSE 3600
0 commit comments