We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf0400 commit 9dd3ee9Copy full SHA for 9dd3ee9
Dockerfile
@@ -14,7 +14,7 @@ RUN mkdir -p data plugins backends storages
14
RUN cd /app/backends && \
15
git clone https://github.com/gbin/err-backend-discord.git
16
RUN cd /app/storages && \
17
- git clone https://github.com/errbotio/err-storage-sql.git
+ git clone https://github.com/zx1986/err-storage-sql.git
18
# update PATH environment variable
19
ENV PATH=/root/.local/bin:$PATH
20
0 commit comments