Skip to content

Create Dockerfile for building a deployable app image

Closes #31 (closed)

  • Set proper package name in package.json
  • Added Dockerfile
  • Added Docker Bakefile with definitions of local and CI builds
  • Configured per-branch BuildKit cache
  • Added .npmrc pointing to GitLab's NPM registry
  • Configured Docker build job in GitLab CI
  • Configured linting job in GitLab CI
  • Configured GitLab CI job for publishing NPM package to GitLab's registry
  • Configured .npmignore to avoid publishing unnecessary files
  • Added Composefile
  • Added Bash Docker build script
  • Added Bash Docker run script
  • Updated README
Edited by Konrad Botor

Merge request reports

Loading