diff --git a/docker/Dockerfile b/docker/Dockerfile index 1693794..22d1784 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"]