Removed docker stuff from the desktop files.
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
node_modules
|
|
||||||
electron
|
|
||||||
dist
|
|
||||||
.env
|
|
||||||
build
|
|
||||||
.gitignore
|
|
||||||
Dockerfile
|
|
||||||
.dockerignore
|
|
||||||
@@ -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"]
|
|
||||||
Reference in New Issue
Block a user