Removed docker stuff from the desktop files.

This commit is contained in:
2025-12-16 21:54:53 -05:00
parent 315c2e911b
commit 1a01d29f19
2 changed files with 0 additions and 23 deletions

View File

@@ -1,8 +0,0 @@
node_modules
electron
dist
.env
build
.gitignore
Dockerfile
.dockerignore

View File

@@ -1,15 +0,0 @@
FROM node:20-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm uninstall @ryuziii/discord-rpc
COPY . .
EXPOSE 54322
CMD ["npm", "run", "start"]