Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Narendra
novi-web-react
Commits
cfdc05bd
Commit
cfdc05bd
authored
2 years ago
by
Administrator
Browse files
Options
Download
Email Patches
Plain Diff
Update agile-singledb-node-frontend-postgress-testing.yml, Dockerfile
parent
1979dc93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
Dockerfile
agile-singledb-node-frontend-postgress-testing.yml
+1
-1
agile-singledb-node-frontend-postgress-testing.yml
with
3 additions
and
3 deletions
+3
-3
Dockerfile
View file @
cfdc05bd
...
...
@@ -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"]
This diff is collapsed.
Click to expand it.
agile-singledb-node-frontend-postgress-testing.yml
View file @
cfdc05bd
...
...
@@ -37,7 +37,7 @@ spec:
app
:
novisync-web-react-front-prod-app
type
:
NodePort
ports
:
-
nodePort
:
311
31
-
nodePort
:
311
94
port
:
5000
targetPort
:
5000
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment