فهرست منبع

fix angular dist

formation 4 سال پیش
والد
کامیت
05c055d715
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      build/docker/httpd/Dockerfile

+ 2 - 2
build/docker/httpd/Dockerfile

@@ -48,9 +48,9 @@ RUN sed -i '/<Files "\.ht\*">/,/<\/Files>/c# This was commented out from the Doc
 # Copy all the files from the docker build context into the public htdocs of the apache container.
 # COPY ./ /usr/local/apache2/htdocs/
 
-COPY $PWD/angular-client/dist/fatboar /usr/local/apache2/htdocs/
+COPY $PWD/angular-client /usr/local/apache2/htdocs/
 
-# Change owner of the publicly available files to root user and daemon group. Httpd threads run as daemon.
+# Change owner of the publicly available files to root user and daemon group. Httpd threads run as daemon dist/fatboar .
 RUN chown -R root:daemon \
   /usr/local/apache2/htdocs/*