aboutsummaryrefslogtreecommitdiff
path: root/projects/discord-bot/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/discord-bot/Dockerfile')
-rw-r--r--projects/discord-bot/Dockerfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/projects/discord-bot/Dockerfile b/projects/discord-bot/Dockerfile
deleted file mode 100644
index 94c1234..0000000
--- a/projects/discord-bot/Dockerfile
+++ /dev/null
@@ -1,12 +0,0 @@
-FROM node:22
-
-WORKDIR /app
-
-COPY package.json .
-COPY package-lock.json .
-
-RUN npm install
-
-COPY . .
-
-CMD ["npm", "start"] \ No newline at end of file