Minor syntax fix
This commit is contained in:
parent
bc22481c82
commit
dc892285c6
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
canonical_origin =
|
canonical_origin =
|
||||||
debug = false
|
debug = false
|
||||||
port = 10416
|
port = 10416
|
||||||
|
|
|
@ -7,4 +7,4 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:10416:10416" # Replace with "10416:10416" if you don't use a reverse proxy
|
- "127.0.0.1:10416:10416" # Replace with "10416:10416" if you don't use a reverse proxy
|
||||||
volumes:
|
volumes:
|
||||||
- "./config.ini:/app/config.ini"
|
- "./config.ini:/app/config.ini"
|
||||||
|
|
|
@ -8,4 +8,4 @@ RUN apt update -y && apt upgrade -y \
|
||||||
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
||||||
&& raco pkg install --auto --skip-installed --batch --no-docs
|
&& raco pkg install --auto --skip-installed --batch --no-docs
|
||||||
EXPOSE 10416
|
EXPOSE 10416
|
||||||
CMD ["racket", "dist.rkt"]
|
CMD ["racket", "dist.rkt"]
|
||||||
|
|
Loading…
Reference in a new issue