mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Fix discord docker build.
This commit is contained in:
parent
62666f0a24
commit
5795a59d44
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ RUN cd discord-bot && \
|
|||
# Add source after dependencies have been installed as to not invalidate the caches
|
||||
ADD data data
|
||||
ADD src src
|
||||
ADD unix unix
|
||||
ADD windows windows
|
||||
ADD .git .git
|
||||
ADD viewer-elm viewer-elm
|
||||
ADD Setup.hs ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue