adds docs Dockerfile

This commit is contained in:
Christian Beutel
2024-06-11 00:51:39 +02:00
parent bbf1cbdea0
commit da7af5122e
7 changed files with 10 additions and 188 deletions

View File

@@ -1,4 +1,4 @@
FROM node:lts AS runtime
FROM node:slim AS runtime
WORKDIR /app
COPY . .