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

fix: update dependencies to latest

This commit is contained in:
2023-07-02 16:42:39 +02:00
parent 988fceb2aa
commit bab7581283
10 changed files with 661 additions and 887 deletions

View File

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