Unverified Commit e4703983 authored by Rajeev's avatar Rajeev Committed by GitHub
Browse files

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
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment