You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS AN Architect
I WANT all static content to be served by Nginx instead of Vite
SO THAT only read-only permissions could be assigned to files-serving server
Acceptance Criteria
Nginx is used by default to serve all static files
Nginx is used througout all environments by Bürokratt's instances
Vite is used only for local development to support faster development
The server serving static files need only read-only permissions
Validate the full functionality after the changes
DSL
Dockerfile to only use Nginx
Dockerfile.dev to use Vite by developers in their local environment (personal PC, etc.)
AS AN Architect
I WANT all static content to be served by Nginx instead of Vite
SO THAT only read-only permissions could be assigned to files-serving server
Acceptance Criteria
DSL
Dockerfile
to only use NginxDockerfile.dev
to use Vite by developers in their local environment (personal PC, etc.)Scope
Dockerfiles
Remove vulnerabilities
The text was updated successfully, but these errors were encountered: