newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e4bbc8af05 - Show all commits

View File

@ -1,4 +1,4 @@
FROM node:latest as builder
FROM node:20 as builder
WORKDIR /usr/src/app
COPY ./package*.json ./
COPY ./.npmrc ./