Sign inSign up

asdert92/gitlab-angular

By asdert92

•Updated almost 4 years ago

Node with Angular 11

Image
0

769

asdert92/gitlab-angular repository overview

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]

Tag summary

Content type

Image

Digest

sha256:01f07d8ba…

Size

56.5 MB

Last updated

almost 4 years ago

docker pull asdert92/gitlab-angular