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/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
||||||
&& raco pkg install --batch --auto --no-docs --skip-installed req-lib \
|
&& raco pkg install --batch --auto --no-docs --skip-installed req-lib \
|
||||||
&& raco req -d \
|
&& raco req -d
|
||||||
&& mkdir /app/storage
|
|
||||||
EXPOSE 10416
|
EXPOSE 10416
|
||||||
CMD ["racket", "dist.rkt"]
|
CMD ["racket", "dist.rkt"]
|
||||||
|
|
Loading…
Reference in a new issue