Merge pull request 'Fix Dockerfile' (!89) from fix-dockerfile into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #89
This commit is contained in:
Brain 2024-04-23 23:07:43 +02:00
commit d46aaa0f31
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 .