rename player-parsers to player-parser for consistency with docker image

This commit is contained in:
Kentai Radiquum 2025-07-09 15:31:51 +05:00
parent 4701f6f62e
commit 1a1b548d39
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
15 changed files with 11 additions and 11 deletions

View file

@ -1,14 +0,0 @@
FROM node:23-alpine
LABEL org.opencontainers.image.source=https://github.com/radiquum/anix
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci
COPY *.ts ./
EXPOSE 7000
CMD ["npm", "run", "serve"]