diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 10:38:46 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 10:38:46 -0400 |
| commit | 83dcca0a0279ce6415a3e9d153c13d91284369b0 (patch) | |
| tree | ebbe2324f59e6a68c76ba8005710893278fce116 /Dockerfile | |
| parent | 2aaca5141ce7ba104fde3a91c2fc5f33047bec2f (diff) | |
| download | AleeBot-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-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ WORKDIR /usr/src/bot COPY package.json ./ -COPY tokens.json ./ - COPY yarn.lock ./ RUN yarn install |
