Fix
This commit is contained in:
parent
16b9e2aba8
commit
d6e7eb609a
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ RUN apt update -y && apt upgrade -y \
|
|||
&& apt autoclean -y \
|
||||
&& apt autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /app/storage \
|
||||
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
||||
&& raco pkg install --batch --auto --no-docs --skip-installed req-lib \
|
||||
&& raco req -d
|
||||
&& raco req -d \
|
||||
&& mkdir /app/storage
|
||||
EXPOSE 10416
|
||||
CMD ["racket", "dist.rkt"]
|
||||
|
|
Loading…
Reference in a new issue