We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d71d4c + 20986de commit 7c4f6c6Copy full SHA for 7c4f6c6
learnify/backend/dockerfile
@@ -9,5 +9,5 @@ ENV NODE_ENV=production
9
COPY . .
10
ENV LEARNIFY_DOCKER_DB_URI="mongodb://mongo:27017"
11
ENV LEARNIFY_DOCKER_SEMANTIC_SERVER="http://semantic:8000"
12
-ENV LEARNIFY_DOCKER_ANNOTATION_SERVER="http://3.76.98.205"
+ENV LEARNIFY_DOCKER_ANNOTATION_SERVER="http://3.64.36.48"
13
CMD [ "pm2-runtime", "npm", "--", "start" ]
0 commit comments