mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-03 10:19:16 +02:00
added fixed docker images for frontend
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# build stage
|
||||
FROM node:latest as build-stage
|
||||
FROM node:lts-alpine3.18 as build-stage
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
Reference in New Issue
Block a user