Fix Dockerfile #89

Merged
Brain merged 2 commits from fix-dockerfile into main 2024-04-23 23:07:43 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -21,6 +21,13 @@ steps:
commands:
- npm ci
- npm run lint
- name: docker-build
image: plugins/docker
settings:
registry: git.wtf-eg.de
repo: git.wtf-eg.de/kompetenzinventar/frontend
target: ki-frontend
dry_run: true
---
kind: pipeline

View File

@ -4,7 +4,7 @@
FROM node:14-alpine as builder
COPY package.json package-lock.json .
COPY package.json package-lock.json ./
RUN npm install
COPY .eslintrc.js .