Remove the mkdir because it's not needed anymore
This commit is contained in:
parent
d6e7eb609a
commit
bf7dd712e1
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ RUN apt update -y && apt upgrade -y \
|
|||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
||||
&& raco pkg install --batch --auto --no-docs --skip-installed req-lib \
|
||||
&& raco req -d \
|
||||
&& mkdir /app/storage
|
||||
&& raco req -d
|
||||
EXPOSE 10416
|
||||
CMD ["racket", "dist.rkt"]
|
||||
|
|
Loading…
Reference in a new issue