Skip to content
Snippets Groups Projects
Commit f5332609 authored by Falk's avatar Falk :ping_pong:
Browse files

chore: corrects the mongo service url

parent 22cc021c
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,12 @@ COPY ./app/client/package*.json ./
ENV PATH /usr/src/app/node_modules/.bin:$PATH
ENV API_URL todo-application-service:3002
ENV MONGODB_URL todo-mongo-service:27017
RUN npm install --silent
COPY ./app/client .
RUN API_URL=$API_URL node scripts/build.js
RUN API_URL=$API_URL MONGODB_URL=$MONGODB_URL node scripts/build.js
# Client build finished
# Build Server and combine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment