Skip to content

Commit

Permalink
fix: 修正 err-storage-sql 的欄位大小錯誤,改成使用自己修正的 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
zx1986 committed Feb 21, 2022
1 parent bcf0400 commit 9dd3ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p data plugins backends storages
RUN cd /app/backends && \
git clone https://github.com/gbin/err-backend-discord.git
RUN cd /app/storages && \
git clone https://github.com/errbotio/err-storage-sql.git
git clone https://github.com/zx1986/err-storage-sql.git
# update PATH environment variable
ENV PATH=/root/.local/bin:$PATH

Expand Down

0 comments on commit 9dd3ee9

Please sign in to comment.