fixed the dockerfile for linting
Some checks failed
CI / Backend Tests (push) Successful in 3m10s
CI / Frontend Build (push) Successful in 3m11s
CI Simple / Test and Build (push) Failing after 4m9s
CI / Docker Build Test (push) Failing after 1m36s
CI / Backend Build (push) Successful in 2m10s

This commit is contained in:
Jan Felix Wiebe 2025-07-11 15:58:48 +02:00
parent c96e406dea
commit 5c81310530

View file

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM node:20-alpine as build FROM node:20-alpine AS build
WORKDIR /app WORKDIR /app