diff options
Diffstat (limited to 'deliveries/os_Dockerfile')
-rw-r--r-- | deliveries/os_Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/os_Dockerfile b/deliveries/os_Dockerfile index d4bfeda2..130244da 100644 --- a/deliveries/os_Dockerfile +++ b/deliveries/os_Dockerfile @@ -78,7 +78,7 @@ COPY configure-and-run.sh /PROJECT/OpenSource/UbuntuEP/ #RUN cp -r ${FE_DIR}/dist/public ${PORTALHOME}/public -COPY ${FE_DIR}/dist/public ${PORTALHOME} +COPY ${FE_DIR}/dist/public ${PORTALHOME}/public # Define default command. #CMD ["bash"] CMD ["/PROJECT/OpenSource/UbuntuEP/configure-and-run.sh"] |