LDB Adjustments

This commit is contained in:
Fred Boniface
2023-06-14 00:43:06 +01:00
parent 5b53c9f51e
commit efa510fc28
2 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from node:latest AS build
FROM node:latest AS build
WORKDIR /app
COPY package.json /