Image base: node:16.16-alpine
Angular version: 11.2
Folder /Docker with file .htaccess and content is the rule to redirect all requests to index.html. The content is:
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*) index.html [NC,L]
Content type
Image
Digest
sha256:01f07d8ba…
Size
56.5 MB
Last updated
almost 4 years ago
docker pull asdert92/gitlab-angular