Ein wenig an der Kosmetik gefeilt

This commit is contained in:
rxf
2023-05-06 16:41:30 +02:00
parent f947b32c71
commit 8625bb8ea0
6 changed files with 193 additions and 387 deletions

View File

@@ -1,4 +1,4 @@
FROM node:9-alpine
FROM node:20-alpine
ADD package.json /tmp
RUN cd /tmp && npm install