Cleaned up.

This commit is contained in:
2025-07-24 23:01:11 +02:00
parent df40072da8
commit cdef31a9f1
50 changed files with 0 additions and 15878 deletions

View File

@ -1,12 +0,0 @@
FROM node:lts-alpine3.14 as builder
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install
COPY . /app
RUN yarn build
CMD ["yarn", "start", "-p", "80"]