Code Review
/
portal
/
aiml-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f62a4ce
)
Removing set env script as its not present in repo
91/9591/2
author
SANDEEP KUMAR JAISAWAL
<s.jaisawal@samsung.com>
Fri, 11 Nov 2022 06:05:38 +0000
(11:35 +0530)
committer
SANDEEP KUMAR JAISAWAL
<s.jaisawal@samsung.com>
Fri, 11 Nov 2022 06:18:11 +0000
(06:18 +0000)
Issue-id: AIMLWF-5
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Change-Id: Ice0380f7e6cf05b0ce150ddb0ea384a5454065b8
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
10b8352
..
e4ed0c6
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-23,7
+23,6
@@
WORKDIR /home/gui/
COPY . .
RUN npm install
-RUN . ./set_env_and_npm_run_build.sh
RUN npm install -g serve
EXPOSE 32005