Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
2e7b462a
Commit
2e7b462a
authored
2 years ago
by
narendra
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
http://git.novisync.com/narendra/novi-web-react
parents
3d1164cd
19d5f92d
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
Dockerfile
with
1 addition
and
1 deletion
+1
-1
Dockerfile
View file @
2e7b462a
...
...
@@ -11,4 +11,4 @@ COPY . /app/
RUN
npm
install
-g
serve
EXPOSE
5000
# To start app
ENTRYPOINT
["serve", "-s", "build"]
ENTRYPOINT
["serve", "-s", "build"
, "-l", "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
Menu
Projects
Groups
Snippets
Help