Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
e4703983
Unverified
Commit
e4703983
authored
5 years ago
by
Rajeev
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2175 from Sunbird-Ed/revert-1956-release-2.0.0
Revert "Issue #000 feat: removing cdn build"
parents
0325f750
1ce145f0
release-2.0.0
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
Dockerfile
with
2 additions
and
1 deletion
+2
-1
Dockerfile
+
2
−
1
View file @
e4703983
...
...
@@ -22,7 +22,8 @@ FROM node:8.11-slim
MAINTAINER
"Rajesh R <rajesh.r@optit.co>"
RUN
useradd
-u
1001
-md
/home/sunbird sunbird
WORKDIR
/home/sunbird
COPY
--from=0 --chown=sunbird /opt/player/app/app_dist/ /home/sunbird/app_dist/
COPY
--from=0 /opt/player/app/app_dist/ /home/sunbird/app_dist/
RUN
chown
-R
sunbird:sunbird /home/sunbird
USER
sunbird
WORKDIR
/home/sunbird/app_dist
# This is the short commit hash from which this image is built from
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets