fix: ng update core
This commit is contained in:
@@ -8,7 +8,7 @@ FROM httpd:alpine AS runtime
|
||||
RUN apk add --no-cache certbot certbot-apache
|
||||
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
|
||||
COPY cli.ini /etc/letsencrypt/cli.ini
|
||||
COPY --from=build /build/dist /usr/local/apache2/htdocs/
|
||||
COPY --from=build /build/dist/ipwa/browser /usr/local/apache2/htdocs/ipwa
|
||||
COPY <<EOF /usr/local/apache2/htdocs/ipwa/.htaccess
|
||||
RewriteEngine on
|
||||
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
|
||||
|
||||
Reference in New Issue
Block a user