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
012e4826
Commit
012e4826
authored
2 years ago
by
Administrator
Browse files
Options
Download
Email Patches
Plain Diff
Update Dockerfile
parent
0ef4fb67
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 @
012e4826
...
...
@@ -7,7 +7,7 @@ WORKDIR /app
# add `/app/node_modules/.bin` to $PATH
ENV
PATH /app/node_modules/.bin:$PATH
# install and cache app dependencies
COPY
.
/build
/app/
COPY
. /app/
RUN
npm
install
-g
serve
EXPOSE
5000
# To start app
...
...
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