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

build(deps): update latest

This commit is contained in:
Divlo
2023-05-09 22:56:42 +02:00
parent e32c53caa1
commit eede46fb41
9 changed files with 2654 additions and 2124 deletions

View File

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