This commit is contained in:
j3d1 2026-09-04 15:04:13 +02:00
parent e88dc898b3
commit 78a1e0301f
20 changed files with 118 additions and 121 deletions

View file

@ -9,7 +9,7 @@ RUN mkdir /git
# A wildcard is used to ensure both package.json AND package-lock.json are copied
COPY package.json ./
COPY extras/ ./extras/
#COPY extras/ ./extras/
RUN npm install
CMD [ "npm", "run", "dev", "--", "--host"]