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

fix(deps): update latest

This commit is contained in:
Divlo
2023-05-13 19:09:54 +02:00
parent 94e0d190ae
commit edf16c2562
13 changed files with 634 additions and 748 deletions

View File

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