1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: add Carolo project in Portfolio

This commit is contained in:
2023-07-22 19:39:57 +02:00
parent 0bbebeab99
commit 8d60c2d53a
18 changed files with 2621 additions and 3800 deletions

View File

@ -1,9 +1,9 @@
FROM node:18.16.1 AS builder-dependencies
FROM node:20.5.0 AS builder-dependencies
WORKDIR /usr/src/application
COPY ./package*.json ./
RUN npm clean-install
FROM node:18.16.1 AS builder
FROM node:20.5.0 AS builder
WORKDIR /usr/src/application
COPY --from=builder-dependencies /usr/src/application/node_modules ./node_modules
COPY ./ ./