Skip to content

Commit

Permalink
Edited dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh-Binayak committed May 16, 2022
1 parent 2320a89 commit 951a53a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resident-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ USER ${container_user_uid}:${container_user_gid}

EXPOSE 8080

#CMD wget -q --show-progress "${resident_i18n_bundle_url_env}" -O "${i18n_path}"/resident-i18n-bundle.zip; \
#cd ${i18n_path} ; \
#unzip -o resident-i18n-bundle.zip ; \
nginx ; \
sleep infinity
CMD #wget -q --show-progress "${resident_i18n_bundle_url_env}" -O "${i18n_path}"/resident-i18n-bundle.zip; \
#cd ${i18n_path} ; \
#unzip -o resident-i18n-bundle.zip ; \
nginx ; \
sleep infinity

0 comments on commit 951a53a

Please sign in to comment.