aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-14 10:38:46 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-14 10:38:46 -0400
commit83dcca0a0279ce6415a3e9d153c13d91284369b0 (patch)
treeebbe2324f59e6a68c76ba8005710893278fce116 /Dockerfile
parent2aaca5141ce7ba104fde3a91c2fc5f33047bec2f (diff)
downloadAleeBot-83dcca0a0279ce6415a3e9d153c13d91284369b0.tar.gz
AleeBot-83dcca0a0279ce6415a3e9d153c13d91284369b0.tar.bz2
AleeBot-83dcca0a0279ce6415a3e9d153c13d91284369b0.zip
Removed tokens.json now using environment vars; Modified dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 1256d22..f962f11 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,8 +4,6 @@ WORKDIR /usr/src/bot
COPY package.json ./
-COPY tokens.json ./
-
COPY yarn.lock ./
RUN yarn install