Gitlab CI Pipeline for Angular: Build and Publish docker Image ./dst folder not found – Nginx
i want to setup a pipeline in Gitlab CI for an Angular application. This is my gitlab-ci.yml file: variables: CLI_VERSION: 9.1.4 stages: - install_dependencies - build - test - build-image-frontend cache: key: ${CI_COMMIT_REF_SLUG} paths: - ./frontend/node_modules - ./frontend/.npm buildFrontend: stage:…