formation 4 vuotta sitten
vanhempi
commit
e2341409e4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build/docker/httpd/Dockerfile

+ 1 - 1
build/docker/httpd/Dockerfile

@@ -48,7 +48,7 @@ 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 /usr/local/apache2/htdocs/
+COPY $PWD/angular-client/dist/fatboar /usr/local/apache2/htdocs/
 
 # 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 \