Commit cfdc05bd authored by Administrator's avatar Administrator
Browse files

Update agile-singledb-node-frontend-postgress-testing.yml, Dockerfile

parent 1979dc93
Showing with 3 additions and 3 deletions
+3 -3
......@@ -7,8 +7,8 @@ WORKDIR /app
# add `/app/node_modules/.bin` to $PATH
ENV PATH /app/node_modules/.bin:$PATH
# install and cache app dependencies
COPY . /app/
COPY ./build /app/
RUN npm install -g serve
EXPOSE 5000
# To start app
ENTRYPOINT ["serve", "-s", "build"]
\ No newline at end of file
ENTRYPOINT ["serve", "-s", "build"]
......@@ -37,7 +37,7 @@ spec:
app: novisync-web-react-front-prod-app
type: NodePort
ports:
- nodePort: 31131
- nodePort: 31194
port: 5000
targetPort: 5000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment