Skip to content

Commit 9dd3ee9

Browse files
committed
fix: 修正 err-storage-sql 的欄位大小錯誤,改成使用自己修正的 repository
errbotio/err-storage-sql#9
1 parent bcf0400 commit 9dd3ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mkdir -p data plugins backends storages
1414
RUN cd /app/backends && \
1515
git clone https://github.com/gbin/err-backend-discord.git
1616
RUN cd /app/storages && \
17-
git clone https://github.com/errbotio/err-storage-sql.git
17+
git clone https://github.com/zx1986/err-storage-sql.git
1818
# update PATH environment variable
1919
ENV PATH=/root/.local/bin:$PATH
2020

0 commit comments

Comments
 (0)